Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/cpuinfo/
DSDL_cpuinfo.c41 #define CPU_HAS_SSE 0x00000040 macro
353 SDL_CPUFeatures |= CPU_HAS_SSE; in SDL_GetCPUFeatures()
407 if ( SDL_GetCPUFeatures() & CPU_HAS_SSE ) { in SDL_HasSSE()