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

  /external/chromium_org/base/
cpu.h 49 // has_avx_hardware returns true when AVX is present in the CPU. This might
54 bool has_avx_hardware() const { return has_avx_hardware_; } function in class:base::CPU
  /external/chromium_org/crypto/
nss_util.cc 837 if (cpu.has_avx_hardware() && !cpu.has_avx()) {
    [all...]

Completed in 191 milliseconds