Home
last modified time | relevance | path

Searched refs:SDL_HasAVX512F (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_cpuinfo.h187 extern DECLSPEC SDL_bool SDLCALL SDL_HasAVX512F(void);
/AliOS-Things-master/components/SDL2/test/
A Dtestplatform.c383 SDL_Log("AVX-512F %s\n", SDL_HasAVX512F()? "detected" : "not detected"); in TestCPUInfo()
/AliOS-Things-master/components/SDL2/src/cpuinfo/
A DSDL_cpuinfo.c854 SDL_HasAVX512F(void) in SDL_HasAVX512F() function
1046 printf("AVX-512F: %d\n", SDL_HasAVX512F()); in main()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h674 #define SDL_HasAVX512F SDL_HasAVX512F_REAL macro
A DSDL_dynapi_procs.h714 SDL_DYNAPI_PROC(SDL_bool,SDL_HasAVX512F,(void),(),return)

Completed in 11 milliseconds