Index: include/core/SkPreConfig.h |
diff --git a/include/core/SkPreConfig.h b/include/core/SkPreConfig.h |
index 9371a26a8ceac4a633f86d4d4304fcf1fc76b3df..c17cc18e1176e2e550a9b1363400da3c7076f148 100644 |
--- a/include/core/SkPreConfig.h |
+++ b/include/core/SkPreConfig.h |
@@ -193,7 +193,7 @@ |
// All 64-bit ARM chips have NEON. Many 32-bit ARM chips do too. |
// TODO: Why don't we want NEON on iOS? |
-#if !defined(SK_ARM_HAS_NEON) && !defined(SK_BUILD_FOR_IOS) && defined(__ARM_NEON) |
+#if !defined(SK_ARM_HAS_NEON) && !defined(SK_BUILD_FOR_IOS) && (defined(__ARM_NEON__) || defined(__ARM_NEON)) |
#define SK_ARM_HAS_NEON |
#endif |