Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dtest_libvpx.cc45 if (!(simd_caps & HAS_SSE)) append_negative_gtest_filter(":SSE.*:SSE/*"); in main()
/external/libvpx/libvpx/vpx_ports/
Dx86.h155 #define HAS_SSE 0x02 macro
192 if (reg_edx & BIT(25)) flags |= HAS_SSE; /* aka xmm */ in x86_simd_caps()