Home
last modified time | relevance | path

Searched refs:has_avx512f (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/util/
Du_cpu_detect.h117 unsigned has_avx512f:1; member
Du_cpu_detect.c757 util_cpu_caps.has_avx512f = (regs3[1] >> 16) & 1; in util_cpu_detect_once()
851 printf("util_cpu_caps.has_avx512f = %u\n", util_cpu_caps.has_avx512f); in util_cpu_detect_once()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c1863 (util_get_cpu_caps()->has_avx512f && type.width*type.length == 512)) in arch_rounding_available()