Searched refs:has_avx512f (Results 1 – 4 of 4) sorted by relevance
94 if (util_get_cpu_caps()->has_avx512f && util_get_cpu_caps()->has_avx512er) { in swr_create_screen()106 if (util_get_cpu_caps()->has_avx512f && util_get_cpu_caps()->has_avx512bw) { in swr_create_screen()
107 unsigned has_avx512f:1; member
755 util_cpu_caps.has_avx512f = (regs3[1] >> 16) & 1; in util_cpu_detect_once()845 printf("util_cpu_caps.has_avx512f = %u\n", util_cpu_caps.has_avx512f); in util_cpu_detect_once()
1883 (util_get_cpu_caps()->has_avx512f && type.width*type.length == 512)) in arch_rounding_available()