Searched refs:has_sse2_ (Results 1 – 2 of 2) sorted by relevance
43 bool has_sse2() const { return has_sse2_; } in has_sse2()72 bool has_sse2_; variable
41 has_sse2_(false), in CPU()172 has_sse2_ = (cpu_info[3] & 0x04000000) != 0; in Initialize()