Index: src/core/SkOpts.cpp |
diff --git a/src/core/SkOpts.cpp b/src/core/SkOpts.cpp |
index 879eefcde1343e00d05f2b47149b41c27c6ee93b..9ecad15416c527e771500ec5510c6a4c63f8926c 100644 |
--- a/src/core/SkOpts.cpp |
+++ b/src/core/SkOpts.cpp |
@@ -11,7 +11,7 @@ |
#include "SkOpts.h" |
#if defined(SK_ARM_HAS_NEON) |
- #if defined(__ARM_FEATURE_CRC32) |
+ #if defined(SK_ARM_HAS_CRC32) |
#define SK_OPTS_NS neon_and_crc32 |
#else |
#define SK_OPTS_NS neon |