Searched refs:has_avx512f (Results 1 – 2 of 2) sorted by relevance
664 util_cpu_caps.has_avx512f = 0; in check_cpu_caps_override()690 util_cpu_caps.has_avx512f = 0; in check_cpu_caps_override()692 if (!util_cpu_caps.has_avx512f) { in check_cpu_caps_override()714 if (util_cpu_caps.has_avx512f) { in check_max_vector_bits()890 util_cpu_caps.has_avx512f = (regs7[1] >> 16) & 1; in _util_cpu_detect_once()983 printf("util_cpu_caps.has_avx512f = %u\n", util_cpu_caps.has_avx512f); in _util_cpu_detect_once()
113 unsigned has_avx512f:1; member