cpuinfo: Added some internal SIMD-aligned allocation functions.

Fixes Bugzilla #4150 (sort of).
This commit is contained in:
Ryan C. Gordon
2018-05-21 11:34:57 -04:00
parent 999af8099b
commit 8543ad7df1
3 changed files with 140 additions and 1 deletions

View File

@@ -169,7 +169,6 @@ extern DECLSPEC SDL_bool SDLCALL SDL_HasNEON(void);
*/
extern DECLSPEC int SDLCALL SDL_GetSystemRAM(void);
/* Ends C function definitions when using C++ */
#ifdef __cplusplus
}