Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.h85 unsigned has_avx512vbmi:1; member
Du_cpu_detect.c466 util_cpu_caps.has_avx512vbmi = (regs3[2] >> 1) & 1; in util_cpu_detect()
549 debug_printf("util_cpu_caps.has_avx512vbmi = %u\n", util_cpu_caps.has_avx512vbmi); in util_cpu_detect()