tweak HAVE_IMMINTRIN_H in SDL_config_windows.h, add to SDL_config_macosx.h

This commit is contained in:
Ozkan Sezer 2021-07-27 17:10:24 +03:00
parent 2a53f8315a
commit e16fb60323
2 changed files with 11 additions and 1 deletions

View file

@ -137,6 +137,12 @@
#define HAVE_SYSCONF 1
#define HAVE_SYSCTLBYNAME 1
#if defined(__has_include) && (defined(__i386__) || defined(__x86_64))
# if __has_include(<immintrin.h>)
# define HAVE_IMMINTRIN_H 1
# endif
#endif
#define HAVE_GCC_ATOMICS 1
/* Enable various audio drivers */