Searched refs:SDL_HasSSE (Results 1 – 4 of 4) sorted by relevance
59 extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE(void);
405 SDL_bool SDL_HasSSE(void) in SDL_HasSSE() function440 printf("SSE: %d\n", SDL_HasSSE()); in main()
37 SDL_HasSSE
169 if(SDL_HasSSE()) in SDL_BlitCopy()