_mm_packs_pi16

Microsoft Specific

Packs the four 16-bit values from m1 into the lower four 8-bit values of the result with signed saturation, and packs the four 16-bit values from m2 into the upper four 8-bit values of the result with signed saturation.

__m64 _mm_packs_pi16 (__m64 m1, __m64 m2);
PACKSSWB

Remarks

A synonym for _mm_packs_pi16 is _m_packsswb.

Requirements

Header: mmintrin.h

END Microsoft Specific

See Also

Reference

MMX Technology General Support Intrinsics