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

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_cpu_detect.h81 unsigned has_avx512ifma:1; member in struct:util_cpu_caps
H A Du_cpu_detect.c497 util_cpu_caps.has_avx512ifma = (regs3[1] >> 21) & 1;
583 debug_printf("util_cpu_caps.has_avx512ifma = %u\n", util_cpu_caps.has_avx512ifma);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_cpu_detect.h109 unsigned has_avx512ifma:1; member in struct:util_cpu_caps_t
H A Du_cpu_detect.c765 util_cpu_caps.has_avx512ifma = (regs3[1] >> 21) & 1;
855 printf("util_cpu_caps.has_avx512ifma = %u\n", util_cpu_caps.has_avx512ifma);

Completed in 4 milliseconds