Searched refs:has_sse41_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dcpu.h34 int has_sse41() const { return has_sse41_; }
52 bool has_sse41_; member in class:base::CPU
H A Dcpu.cc29 has_sse41_(false),
117 has_sse41_ = (cpu_info[2] & 0x00080000) != 0;

Completed in 295 milliseconds