Home
last modified time | relevance | path

Searched refs:SDL_HasSSE41 (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_cpuinfo.h167 extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE41(void);
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_platform.c191 ret = SDL_HasSSE41(); in platform_testHasFunctions()
A Dtestplatform.c379 SDL_Log("SSE4.1 %s\n", SDL_HasSSE41()? "detected" : "not detected"); in TestCPUInfo()
/AliOS-Things-master/components/SDL2/src/cpuinfo/
A DSDL_cpuinfo.c830 SDL_HasSSE41(void) in SDL_HasSSE41() function
1042 printf("SSE4.1: %d\n", SDL_HasSSE41()); in main()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h110 #define SDL_HasSSE41 SDL_HasSSE41_REAL macro
A DSDL_dynapi_procs.h141 SDL_DYNAPI_PROC(SDL_bool,SDL_HasSSE41,(void),(),return)

Completed in 13 milliseconds