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

  /external/libvpx/libvpx/test/
test_libvpx.cc 46 if (!(simd_caps & HAS_SSE2)) append_negative_gtest_filter(":SSE2.*:SSE2/*");
  /external/libvpx/libvpx/vpx_ports/
x86.h 156 #define HAS_SSE2 0x004
195 if (reg_edx & BIT(26)) flags |= HAS_SSE2; /* aka wmt */

Completed in 187 milliseconds