HomeSort by relevance Sort by last modified time
    Searched defs:has_sse42 (Results 1 - 4 of 4) sorted by null

  /external/libyuv/files/unit_test/
cpu_test.cc 36 int has_sse42 = TestCpuFlag(kCpuHasSSE42); local
37 printf("Has SSE4.2 %x\n", has_sse42);
  /external/libyuv/files/util/
cpuid.c 76 int has_sse42 = TestCpuFlag(kCpuHasSSE42); local
86 printf("Has SSE4.2 %x\n", has_sse42);
  /external/libchrome/base/
cpu.h 48 bool has_sse42() const { return has_sse42_; } function in class:base::CPU
  /external/v8/src/base/
cpu.h 93 bool has_sse42() const { return has_sse42_; } function in class:v8::base::final

Completed in 1454 milliseconds