HomeSort by relevance Sort by last modified time
    Searched refs:HAS_SSE3 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/test/
test_libvpx.cc 47 if (!(simd_caps & HAS_SSE3)) append_negative_gtest_filter(":SSE3.*:SSE3/*");
  /external/libvpx/libvpx/vpx_ports/
x86.h 157 #define HAS_SSE3 0x008
197 if (reg_ecx & BIT(0)) flags |= HAS_SSE3;

Completed in 60 milliseconds