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

  /external/chromium/base/
cpu.h 30 int has_sse() const { return has_sse_; }
48 bool has_sse_; member in class:base::CPU
cpu.cc 25 has_sse_(false),
113 has_sse_ = (cpu_info[3] & 0x02000000) != 0;

Completed in 799 milliseconds