Home
last modified time | relevance | path

Searched refs:has_avx2_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/base/
Dcpu.h97 bool has_avx2() const { return has_avx2_; } in has_avx2()
166 bool has_avx2_; variable
Dcpu.cc390 has_avx2_ = features.x86.has_avx2; in StarboardDetectCPU()
433 has_avx2_(false), in CPU()
502 has_avx2_ = (cpu_info7[1] & 0x00000020) != 0; in CPU()