Searched refs:has_ssse3_ (Results 1 – 2 of 2) sorted by relevance
45 bool has_ssse3() const { return has_ssse3_; } in has_ssse3()74 bool has_ssse3_; variable
43 has_ssse3_(false), in CPU()174 has_ssse3_ = (cpu_info[2] & 0x00000200) != 0; in Initialize()