Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Du_cpu_detect.h120 unsigned has_avx512pf:1; member
Du_cpu_detect.c760 util_cpu_caps.has_avx512pf = (regs3[1] >> 26) & 1; in util_cpu_detect_once()
854 printf("util_cpu_caps.has_avx512pf = %u\n", util_cpu_caps.has_avx512pf); in util_cpu_detect_once()