Searched refs:SDL_SIMDAlignment (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/cpuinfo/ |
A D | SDL_cpuinfo.c | 732 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 16); in SDL_GetCPUFeatures() 736 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 8); in SDL_GetCPUFeatures() 740 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 8); in SDL_GetCPUFeatures() 744 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 16); in SDL_GetCPUFeatures() 748 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 16); in SDL_GetCPUFeatures() 752 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 16); in SDL_GetCPUFeatures() 756 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 16); in SDL_GetCPUFeatures() 760 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 16); in SDL_GetCPUFeatures() 764 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 32); in SDL_GetCPUFeatures() 768 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 32); in SDL_GetCPUFeatures() [all …]
|
Completed in 3 milliseconds