Searched refs:SDL_HasSSE41 (Results 1 – 6 of 6) sorted by relevance
167 extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE41(void);
191 ret = SDL_HasSSE41(); in platform_testHasFunctions()
379 SDL_Log("SSE4.1 %s\n", SDL_HasSSE41()? "detected" : "not detected"); in TestCPUInfo()
830 SDL_HasSSE41(void) in SDL_HasSSE41() function1042 printf("SSE4.1: %d\n", SDL_HasSSE41()); in main()
110 #define SDL_HasSSE41 SDL_HasSSE41_REAL macro
141 SDL_DYNAPI_PROC(SDL_bool,SDL_HasSSE41,(void),(),return)
Completed in 13 milliseconds