Index: include/libyuv/cpu_id.h |
diff --git a/include/libyuv/cpu_id.h b/include/libyuv/cpu_id.h |
index dfb7445e2f139225e563daf5b3482c8d0b759c22..0924cb3ebc90374c6f7f538eb6bc84db4523eb6c 100644 |
--- a/include/libyuv/cpu_id.h |
+++ b/include/libyuv/cpu_id.h |
@@ -42,6 +42,7 @@ static const int kCpuHasAVX3 = 0x2000; |
// These flags are only valid on MIPS processors. |
static const int kCpuHasMIPS = 0x10000; |
static const int kCpuHasDSPR2 = 0x20000; |
+static const int kCpuHasMSA = 0x40000; |
// Internal function used to auto-init. |
LIBYUV_API |