Searched refs:SDL_GetCPUFeatures (Results 1 – 1 of 1) sorted by relevance
721 SDL_GetCPUFeatures(void) in SDL_GetCPUFeatures() function786 #define CPU_FEATURE_AVAILABLE(f) ((SDL_GetCPUFeatures() & f) ? SDL_TRUE : SDL_FALSE)938 SDL_GetCPUFeatures(); /* make sure this has been calculated */ in SDL_SIMDGetAlignment()
Completed in 3 milliseconds