Searched defs:has_avx2 (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/util/ | ||
D | u_cpu_detect.h | 105 unsigned has_avx2:1; member |
/third_party/node/deps/v8/src/base/ | ||
D | cpu.h | 97 bool has_avx2() const { return has_avx2_; } in has_avx2() function |