From c7428ca5eaa3a3f5369288ad52fdadeda003b959 Mon Sep 17 00:00:00 2001 From: Dmitry Vedenko Date: Thu, 9 Nov 2023 12:14:53 +0300 Subject: [PATCH] Fixes `armhf` build Do not enable NEON when building for armf --- libraries/lib-time-and-pitch/StaffPad/pffft/pfsimd_macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/lib-time-and-pitch/StaffPad/pffft/pfsimd_macros.h b/libraries/lib-time-and-pitch/StaffPad/pffft/pfsimd_macros.h index 2e0f0fdee1b6..c3e20acab096 100644 --- a/libraries/lib-time-and-pitch/StaffPad/pffft/pfsimd_macros.h +++ b/libraries/lib-time-and-pitch/StaffPad/pffft/pfsimd_macros.h @@ -122,7 +122,7 @@ typedef __m128 v4sf; /* ARM NEON support macros */ -#elif !defined(PFFFT_SIMD_DISABLE) && (defined(__arm__) || defined(__aarch64__) || defined(__arm64__) || defined(_M_ARM64)) +#elif !defined(PFFFT_SIMD_DISABLE) && (defined(__aarch64__) || defined(__arm64__) || defined(_M_ARM64)) # include typedef float32x4_t v4sf; # define SIMD_SZ 4