Searched defs:has_sse42 (Results 1 – 2 of 2) sorted by relevance
36 int has_sse42 = TestCpuFlag(kCpuHasSSE42); in TEST_F() local
70 bool has_sse42() const { return has_sse42_; } in has_sse42() function