We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b64c1 commit 682ed06Copy full SHA for 682ed06
include/xsimd/config/xsimd_config.hpp
@@ -381,7 +381,7 @@
381
*
382
* Set to 1 if NEON is available at compile-time, to 0 otherwise.
383
*/
384
-#if (defined(__ARM_ARCH) && (__ARM_ARCH >= 7) && defined(__ARM_NEON)) || XSIMD_TARGET_ARM64
+#if (defined(__ARM_NEON) && (__ARM_ARCH >= 7)) || XSIMD_TARGET_ARM64
385
#define XSIMD_WITH_NEON 1
386
#else
387
#define XSIMD_WITH_NEON 0
0 commit comments