Searched refs:has_avx512er (Results 1 – 3 of 3) sorted by relevance
111 unsigned has_avx512er:1; member
759 util_cpu_caps.has_avx512er = (regs3[1] >> 27) & 1; in util_cpu_detect_once()849 printf("util_cpu_caps.has_avx512er = %u\n", util_cpu_caps.has_avx512er); in util_cpu_detect_once()
94 if (util_get_cpu_caps()->has_avx512f && util_get_cpu_caps()->has_avx512er) { in swr_create_screen()