Searched defs:has_sse41 (Results 1 - 4 of 4) sorted by relevance

/external/libyuv/files/unit_test/
H A Dcpu_test.cc34 int has_sse41 = TestCpuFlag(kCpuHasSSE41); local
35 printf("Has SSE4.1 %x\n", has_sse41);
/external/libyuv/files/util/
H A Dcpuid.c75 int has_sse41 = TestCpuFlag(kCpuHasSSE41); local
85 printf("Has SSE4.1 %x\n", has_sse41);
/external/libchrome/base/
H A Dcpu.h47 bool has_sse41() const { return has_sse41_; } function in class:base::CPU
/external/v8/src/base/
H A Dcpu.h92 bool has_sse41() const { return has_sse41_; } function in class:v8::base::final

Completed in 153 milliseconds