Searched refs:has_avx512f (Results 1 – 5 of 5) sorted by relevance
94 if (util_cpu_caps.has_avx512f && util_cpu_caps.has_avx512er) { in swr_create_screen()106 if (util_cpu_caps.has_avx512f && util_cpu_caps.has_avx512bw) { in swr_create_screen()
89 unsigned has_avx512f:1; member
648 util_cpu_caps.has_avx512f = (regs3[1] >> 16) & 1; in util_cpu_detect_once()733 debug_printf("util_cpu_caps.has_avx512f = %u\n", util_cpu_caps.has_avx512f); in util_cpu_detect_once()
66 bool has_avx512f, uint input_number) { in ConvertMklToTf() argument
1903 (util_cpu_caps.has_avx512f && type.width*type.length == 512)) in arch_rounding_available()