Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Microsoft Specific
Interleaves the two 16-bit values from the low half of m1 with the two values from the low half of m2 and takes the least significant element from m1.
__m64 _mm_unpacklo_pi16 (__m64 m1 , __m64 m2);
PUNPCKLWD
Remarks
A synonym for _mm_unpacklo_pi16 is _m_punpcklwd.
Requirements
Header: mmintrin.h
END Microsoft Specific