Searched refs:has_sse_ (Results 1 – 2 of 2) sorted by relevance
42 bool has_sse() const { return has_sse_; } in has_sse()71 bool has_sse_; variable
40 has_sse_(false), in CPU()171 has_sse_ = (cpu_info[3] & 0x02000000) != 0; in Initialize()