Searched defs:HAS_SSE3 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dx86.h110 #define HAS_SSE3 0x08 macro
153 if (reg_ecx & BIT(0)) flags |= HAS_SSE3;
/external/libvpx/libvpx/vpx_ports/
H A Dx86.h110 #define HAS_SSE3 0x08 macro
153 if (reg_ecx & BIT(0)) flags |= HAS_SSE3;

Completed in 98 milliseconds