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

  /external/chromium/base/
cpu.h 35 int has_sse42() const { return has_sse42_; }
53 bool has_sse42_; member in class:base::CPU
cpu.cc 30 has_sse42_(false),
118 has_sse42_ = (cpu_info[2] & 0x00100000) != 0;

Completed in 27 milliseconds