Searched refs:has_avx512bw (Results 1 – 3 of 3) sorted by relevance
83 unsigned has_avx512bw:1; member
464 util_cpu_caps.has_avx512bw = (regs3[1] >> 30) & 1; in util_cpu_detect()547 debug_printf("util_cpu_caps.has_avx512bw = %u\n", util_cpu_caps.has_avx512bw); in util_cpu_detect()
90 if (util_cpu_caps.has_avx512f && util_cpu_caps.has_avx512bw) { in swr_create_screen()