Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_cpu_detect.h121 unsigned has_avx512vbmi:1; member
Du_cpu_detect.c701 util_cpu_caps.has_avx512vbmi = 0; in check_cpu_caps_override()
898 util_cpu_caps.has_avx512vbmi = (regs7[2] >> 1) & 1; in _util_cpu_detect_once()
991 printf("util_cpu_caps.has_avx512vbmi = %u\n", util_cpu_caps.has_avx512vbmi); in _util_cpu_detect_once()