Skip to content

Commit 682ed06

Browse files
committed
Remove macro check
1 parent 49b64c1 commit 682ed06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xsimd/config/xsimd_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
*
382382
* Set to 1 if NEON is available at compile-time, to 0 otherwise.
383383
*/
384-
#if (defined(__ARM_ARCH) && (__ARM_ARCH >= 7) && defined(__ARM_NEON)) || XSIMD_TARGET_ARM64
384+
#if (defined(__ARM_NEON) && (__ARM_ARCH >= 7)) || XSIMD_TARGET_ARM64
385385
#define XSIMD_WITH_NEON 1
386386
#else
387387
#define XSIMD_WITH_NEON 0

0 commit comments

Comments
 (0)