Home
last modified time | relevance | path

Searched refs:has_sse3_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dcpu.h44 bool has_sse3() const { return has_sse3_; } in has_sse3()
73 bool has_sse3_; variable
Dcpu.cc42 has_sse3_(false), in CPU()
173 has_sse3_ = (cpu_info[2] & 0x00000001) != 0; in Initialize()