| Index: include/libyuv/cpu_id.h
|
| diff --git a/include/libyuv/cpu_id.h b/include/libyuv/cpu_id.h
|
| index dc858a814aee9d9111741683e923ab28589e5aa4..6bb4a064a21c12814ee46efec7a20a0ae3b88b6c 100644
|
| --- a/include/libyuv/cpu_id.h
|
| +++ b/include/libyuv/cpu_id.h
|
| @@ -37,6 +37,7 @@ static const int kCpuHasAVX = 0x200;
|
| static const int kCpuHasAVX2 = 0x400;
|
| static const int kCpuHasERMS = 0x800;
|
| static const int kCpuHasFMA3 = 0x1000;
|
| +static const int kCpuHasAVX3 = 0x2000; // TODO(fbarchard): implement detect.
|
| // 0x2000, 0x4000, 0x8000 reserved for future X86 flags.
|
|
|
| // These flags are only valid on MIPS processors.
|
|
|