aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--make.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.c b/make.c
index 229c210..5566859 100644
--- a/make.c
+++ b/make.c
@@ -436,7 +436,7 @@ chk_cpu_flags(void)
#endif
/* Test for NEON */
-#if __ARM_NEON
+#if __ARM_NEON || __ARM_NEON__
simd_flags |= SIMD_NEON;
#endif
}