summaryrefslogtreecommitdiff
path: root/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpu.h')
-rw-r--r--cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu.h b/cpu.h
index 7f299a05..3285230e 100644
--- a/cpu.h
+++ b/cpu.h
@@ -25,7 +25,7 @@
# if defined(__ARM_NEON)
# include <arm_neon.h>
# endif
-# if defined(__GNUC__) && !defined(__clang__)
+# if defined(__GNUC__) && !defined(__apple_build_version__)
# if defined(__ARM_ACLE) || defined(__ARM_FEATURE_CRC32) || defined(__ARM_FEATURE_CRYPTO)
# include <arm_acle.h>
# endif