mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-08-03 09:46:04 -04:00
ARM_FP -> ARM_NEON
This commit is contained in:
parent
e201c080dd
commit
35039593c5
@ -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
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user