[−][src]Function core::arch::x86_64::_mm_unpackhi_pi16
pub unsafe fn _mm_unpackhi_pi16(a: __m64, b: __m64) -> __m64
This is supported on x86-64 and target feature
mmx
only.Unpacks the upper two elements from two i16x4
vectors and interleaves
them into the result: [a.2, b.2, a.3, b.3]
.