Index: third_party/WebKit/Source/wtf/CPU.h |
diff --git a/third_party/WebKit/Source/wtf/CPU.h b/third_party/WebKit/Source/wtf/CPU.h |
index 7d28753032e5db8ba2e6068c76f8dc418949a90e..6f53c35671a50e5e6f8ddcfbc19e25f8e953a0d0 100644 |
--- a/third_party/WebKit/Source/wtf/CPU.h |
+++ b/third_party/WebKit/Source/wtf/CPU.h |
@@ -180,6 +180,11 @@ |
#define WTF_CPU_MIPS 1 |
#endif |
+#if defined(__mips_msa) && defined(__mips_isa_rev) && (__mips_isa_rev >= 5) |
+// All MSA intrinsics usage can be disabled by this macro. |
+#define HAVE_MIPS_MSA_INTRINSICS 1 |
+#endif |
+ |
#if !defined(WTF_CPU_64BIT) |
#define WTF_CPU_32BIT 1 |
#endif |