Home
last modified time | relevance | path

Searched refs:HAS_SSE2 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/test/
Dtest_libvpx.cc46 if (!(simd_caps & HAS_SSE2)) append_negative_gtest_filter(":SSE2.*:SSE2/*"); in main()
/external/libvpx/libvpx/vpx_ports/
Dx86.h156 #define HAS_SSE2 0x04 macro
194 if (reg_edx & BIT(26)) flags |= HAS_SSE2; /* aka wmt */ in x86_simd_caps()