OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_avx512bw
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.h
82
unsigned
has_avx512bw
:1;
member in struct:util_cpu_caps
u_cpu_detect.c
403
util_cpu_caps.
has_avx512bw
= (regs3[1] >> 30) & 1;
481
debug_printf("util_cpu_caps.
has_avx512bw
= %u\n", util_cpu_caps.
has_avx512bw
);
Completed in 101 milliseconds