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

  /external/libvpx/libvpx/test/
test_libvpx.cc 45 if (!(simd_caps & HAS_SSE)) append_negative_gtest_filter(":SSE.*:SSE/*");
  /external/libvpx/libvpx/vpx_ports/
x86.h 155 #define HAS_SSE 0x002
193 if (reg_edx & BIT(25)) flags |= HAS_SSE; /* aka xmm */

Completed in 54 milliseconds