Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/cpuinfo/
DSDL_cpuinfo.c42 #define CPU_HAS_SSE2 0x00000080 macro
356 SDL_CPUFeatures |= CPU_HAS_SSE2; in SDL_GetCPUFeatures()
415 if ( SDL_GetCPUFeatures() & CPU_HAS_SSE2 ) { in SDL_HasSSE2()