Home
last modified time | relevance | path

Searched refs:SDL_HasSSE3 (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_cpuinfo.h162 extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE3(void);
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_platform.c188 ret = SDL_HasSSE3(); in platform_testHasFunctions()
A Dtestplatform.c378 SDL_Log("SSE3 %s\n", SDL_HasSSE3()? "detected" : "not detected"); in TestCPUInfo()
/AliOS-Things-master/components/SDL2/src/cpuinfo/
A DSDL_cpuinfo.c824 SDL_HasSSE3(void) in SDL_HasSSE3() function
1041 printf("SSE3: %d\n", SDL_HasSSE3()); in main()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h109 #define SDL_HasSSE3 SDL_HasSSE3_REAL macro
A DSDL_dynapi_procs.h140 SDL_DYNAPI_PROC(SDL_bool,SDL_HasSSE3,(void),(),return)
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_audiocvt.c1051 if (SDL_HasSSE3()) { in SDL_BuildAudioCVT()

Completed in 15 milliseconds