[−][src]Function boolean_enums::lstd::arch::x86::_mm_unpackhi_pi16
pub unsafe fn _mm_unpackhi_pi16(a: __m64, b: __m64) -> __m64
🔬 This is a nightly-only experimental API. (
stdsimd
)This is supported on x86 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]
.