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

@ -144,6 +144,11 @@ extern DECLSPEC SDL_bool SDLCALL SDL_HasAVX(void);
*/
extern DECLSPEC SDL_bool SDLCALL SDL_HasAVX2(void);
/**
* This function returns true if the CPU has NEON (ARM SIMD) features.
*/
extern DECLSPEC SDL_bool SDLCALL SDL_HasNEON(void);
/**
* This function returns the amount of RAM configured in the system, in MB.
*/