cpuinfo: first attempt at SDL_HasNEON() implementation.

This commit is contained in:
Ryan C. Gordon
2016-11-17 01:15:16 -05:00
parent 7592b40b39
commit 35430a73f2
9 changed files with 67 additions and 2 deletions

View File

@@ -615,7 +615,7 @@ if(LIBC)
_uitoa _ultoa strtol strtoul _i64toa _ui64toa strtoll strtoull
atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp strncasecmp
vsscanf vsnprintf fseeko fseeko64 sigaction setjmp
nanosleep sysconf sysctlbyname
nanosleep sysconf sysctlbyname getauxval
)
string(TOUPPER ${_FN} _UPPER)
set(_HAVEVAR "HAVE_${_UPPER}")