Searched refs:SDL_HasSSE3 (Results 1 – 7 of 7) sorted by relevance
162 extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE3(void);
188 ret = SDL_HasSSE3(); in platform_testHasFunctions()
378 SDL_Log("SSE3 %s\n", SDL_HasSSE3()? "detected" : "not detected"); in TestCPUInfo()
824 SDL_HasSSE3(void) in SDL_HasSSE3() function1041 printf("SSE3: %d\n", SDL_HasSSE3()); in main()
109 #define SDL_HasSSE3 SDL_HasSSE3_REAL macro
140 SDL_DYNAPI_PROC(SDL_bool,SDL_HasSSE3,(void),(),return)
1051 if (SDL_HasSSE3()) { in SDL_BuildAudioCVT()
Completed in 15 milliseconds