Searched refs:has_sse41 (Results 1 – 5 of 5) sorted by relevance
19 EXPECT_TRUE(!cpu.has_sse41() || cpu.has_sse3()); in TEST()20 EXPECT_TRUE(!cpu.has_sse42() || cpu.has_sse41()); in TEST()
69 bool has_sse41() const { return has_sse41_; } in has_sse41() function
34 int has_sse41 = TestCpuFlag(kCpuHasSSE41); in TEST_F() local35 printf("Has SSE4.1 %x\n", has_sse41); in TEST_F()
61 if (cpu.has_sse41() && FLAG_enable_sse4_1) supported_ |= 1u << SSE4_1; in ProbeImpl()
27 if (cpu.has_sse41() && FLAG_enable_sse4_1) supported_ |= 1u << SSE4_1; in ProbeImpl()