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

  /external/libvpx/libvpx/test/
test_libvpx.cc 36 if (!(simd_caps & HAS_MMX))
  /external/libvpx/libvpx/vpx_ports/
x86.h 91 #define HAS_MMX 0x01
131 if (reg_edx & BIT(23)) flags |= HAS_MMX;

Completed in 92 milliseconds