_mm_unpacklo_pd

Microsoft Specific

Interleaves the lower double-precision, floating-point values of a and b.

__m128d _mm_unpacklo_pd (__m128d a, __m128d b);
UNPCKLPD

Return Value

r0 := a0
2 := b0

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Reference

Miscellaneous Operations (Floating-Point SSE2 Intrinsics)