Searched refs:has_sse42_ (Results 1 – 2 of 2) sorted by relevance
47 bool has_sse42() const { return has_sse42_; } in has_sse42()76 bool has_sse42_; variable
45 has_sse42_(false), in CPU()176 has_sse42_ = (cpu_info[2] & 0x00100000) != 0; in Initialize()