ARM_FP -> ARM_NEON

This commit is contained in:
Tiger Wang 2021-02-10 16:33:40 +00:00
parent e201c080dd
commit 35039593c5

View File

@ -106,7 +106,7 @@
* - gcc: hardware floating point support
* - clang: NEON support (but not necessarily crypto support)
*/
# if (GCC_PREREQ(6, 1) && defined(__ARM_FP)) || \
# if (GCC_PREREQ(6, 1) && defined(__ARM_NEON)) || \
(defined(__clang__) && defined(__ARM_NEON))
# define COMPILER_SUPPORTS_NEON_TARGET_INTRINSICS 1
/*