mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-11 22:08:14 +00:00
cmake: Allow build system to disable arm neon intrinsics
This commit is contained in:

committed by
Anonymous Maarten

parent
46de6241d7
commit
fc4085b54e
@@ -186,8 +186,7 @@
|
||||
#include <SDL3/SDL.h>
|
||||
#include <SDL3/SDL_intrin.h>
|
||||
|
||||
|
||||
#ifdef __ARM_NEON
|
||||
#if defined(__ARM_NEON) && !defined(SDL_DISABLE_NEON)
|
||||
#define HAVE_NEON_INTRINSICS 1
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user