mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Added !SDL_CPUINFO_DISABLED to #endif
This commit is contained in:
parent
8973d20f39
commit
aec0cfe5ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue