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

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

Completed in 196 milliseconds