Searched refs:has_avx512pf (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_cpu_detect.h82 unsigned has_avx512pf:1; member in struct:util_cpu_caps
H A Du_cpu_detect.c498 util_cpu_caps.has_avx512pf = (regs3[1] >> 26) & 1;
584 debug_printf("util_cpu_caps.has_avx512pf = %u\n", util_cpu_caps.has_avx512pf);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_cpu_detect.h110 unsigned has_avx512pf:1; member in struct:util_cpu_caps_t
H A Du_cpu_detect.c766 util_cpu_caps.has_avx512pf = (regs3[1] >> 26) & 1;
856 printf("util_cpu_caps.has_avx512pf = %u\n", util_cpu_caps.has_avx512pf);

Completed in 6 milliseconds