23 #include "../SDL_internal.h"
void * SDL_SIMDAlloc(const size_t len)
Allocate memory in a SIMD-friendly way.
void SDL_SIMDFree(void *ptr)
Deallocate memory obtained from SDL_SIMDAlloc.
size_t SDL_SIMDGetAlignment(void)
Report the alignment this system needs for SIMD allocations.