Begin fix of cpu.h under Apple and LLVM Clang (Issue 362)

pull/363/head
Jeffrey Walton 2017-01-13 06:47:53 -05:00
parent d3bb0e13de
commit 3584c4025a
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

2
cpu.h
View File

@ -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