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

  /external/libchrome/base/
cpu.h 51 bool has_avx2() const { return has_avx2_; }
80 bool has_avx2_; member in class:base::CPU
cpu.cc 47 has_avx2_(false),
189 has_avx2_ = has_avx_ && (cpu_info7[1] & 0x00000020) != 0;

Completed in 484 milliseconds