Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/cpuinfo/
DSDL_cpuinfo.c311 int hasVectorUnit = 0; in CPU_haveAltiVec() local
312 size_t length = sizeof(hasVectorUnit); in CPU_haveAltiVec()
313 int error = sysctl(selectors, 2, &hasVectorUnit, &length, NULL, 0); in CPU_haveAltiVec()
315 altivec = (hasVectorUnit != 0); in CPU_haveAltiVec()