From aec0cfe5ee00845f287c07b386035f95e524749d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 29 Mar 2023 08:24:04 -0700 Subject: [PATCH] Added !SDL_CPUINFO_DISABLED to #endif --- src/audio/SDL_audiotypecvt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio/SDL_audiotypecvt.c b/src/audio/SDL_audiotypecvt.c index 78b4742451..d7b609353e 100644 --- a/src/audio/SDL_audiotypecvt.c +++ b/src/audio/SDL_audiotypecvt.c @@ -34,7 +34,7 @@ #elif defined(__APPLE__) && defined(__ARM_ARCH) && (__ARM_ARCH >= 7) && SDL_NEON_INTRINSICS #define NEED_SCALAR_CONVERTER_FALLBACKS 0 /* All Apple ARMv7 chips promise NEON support. */ #endif -#endif +#endif /* !SDL_CPUINFO_DISABLED */ /* Set to zero if platform is guaranteed to use a SIMD codepath here. */ #if !defined(NEED_SCALAR_CONVERTER_FALLBACKS) || SDL_CPUINFO_DISABLED