HomeSort by relevance Sort by last modified time
    Searched refs:has_avx512pf (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.h 80 unsigned has_avx512pf:1; member in struct:util_cpu_caps
u_cpu_detect.c 461 util_cpu_caps.has_avx512pf = (regs3[1] >> 26) & 1;
544 debug_printf("util_cpu_caps.has_avx512pf = %u\n", util_cpu_caps.has_avx512pf);

Completed in 226 milliseconds