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

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dx86.h109 #define HAS_SSE2 0x04 macro
151 if (reg_edx & BIT(26)) flags |= HAS_SSE2; /* aka wmt */
/external/libvpx/libvpx/vpx_ports/
H A Dx86.h109 #define HAS_SSE2 0x04 macro
151 if (reg_edx & BIT(26)) flags |= HAS_SSE2; /* aka wmt */

Completed in 94 milliseconds