OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_sse4_2
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.h
63
unsigned
has_sse4_2
:1;
member in struct:util_cpu_caps
u_cpu_detect.c
280
util_cpu_caps.
has_sse4_2
= (regs2[2] >> 20) & 1;
334
debug_printf("util_cpu_caps.
has_sse4_2
= %u\n", util_cpu_caps.
has_sse4_2
);
Completed in 46 milliseconds