Searched refs:has_avx512f (Results 1 – 3 of 3) sorted by relevance
117 unsigned has_avx512f:1; member
757 util_cpu_caps.has_avx512f = (regs3[1] >> 16) & 1; in util_cpu_detect_once()851 printf("util_cpu_caps.has_avx512f = %u\n", util_cpu_caps.has_avx512f); in util_cpu_detect_once()
1863 (util_get_cpu_caps()->has_avx512f && type.width*type.length == 512)) in arch_rounding_available()