Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/cpuinfo/
DSDL_cpuinfo.c37 #define CPU_HAS_MMX 0x00000002 macro
341 SDL_CPUFeatures |= CPU_HAS_MMX; in SDL_GetCPUFeatures()
375 if ( SDL_GetCPUFeatures() & CPU_HAS_MMX ) { in SDL_HasMMX()