_mm_unpackhi_pd

Microsoft Specific

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

__m128d _mm_unpackhi_pd (__m128d a, __m128d b);
UNPCKHPD

Return Value

r0 := a1
r1 := b1

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Reference

Miscellaneous Operations (Floating-Point SSE2 Intrinsics)