Searched refs:has_sse42_ (Results 1 – 2 of 2) sorted by relevance
70 bool has_sse42() const { return has_sse42_; } in has_sse42()103 bool has_sse42_; variable
302 has_sse42_(false), in CPU()344 has_sse42_ = (cpu_info[2] & 0x00100000) != 0; in CPU()