Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dtest_libvpx.cc55 if (!(simd_caps & HAS_AVX2)) append_negative_gtest_filter(":AVX2.*:AVX2/*"); in main()
/external/libvpx/libvpx/vpx_ports/
Dx86.h161 #define HAS_AVX2 0x80 macro
211 if (reg_ebx & BIT(5)) flags |= HAS_AVX2; in x86_simd_caps()