_mm_mullo_pi16

Microsoft Specific

Multiplies four 16-bit values in m1 by four 16-bit values in m2 and produces the low 16 bits of the four results.

__m64 _mm_mullo_pi16 (__m64 m1 , __m64 m2);
PMULLW

Remarks

A synonym for _mm_mullo_pi16 is _pmullw.

Requirements

Header: mmintrin.h

END Microsoft Specific

See Also

Reference

MMX Technology Packed Arithmetic Intrinsics