Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Specific
Selects and interleaves the upper two single-precision, floating-point values from a and b.
__m128 _mm_unpackhi_ps(__m128 a , __m128 b );
UNPCKHPS
Return Value
r0 := a2
r1 := b2
r2 := a3
r3 := b3
Requirements
Header: mmintrin.h
END Microsoft Specific
See Also
Reference
Miscellaneous Instructions That Use Streaming SIMD Extensions