| Index: include/libyuv/cpu_id.h
|
| diff --git a/include/libyuv/cpu_id.h b/include/libyuv/cpu_id.h
|
| index 52f49cbcb1a1d5c7d6297482dd1a05d912aed949..64d1e7418331b984a13c0abb75d9d63d11b3ece1 100644
|
| --- a/include/libyuv/cpu_id.h
|
| +++ b/include/libyuv/cpu_id.h
|
| @@ -36,7 +36,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.
|
| +static const int kCpuHasAVX3 = 0x2000;
|
| // 0x2000, 0x4000, 0x8000 reserved for future X86 flags.
|
|
|
| // These flags are only valid on MIPS processors.
|
|
|