[][src]Function core::arch::x86_64::_mm_unpackhi_pi32

pub unsafe fn _mm_unpackhi_pi32(a: __m64, b: __m64) -> __m64
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on x86-64 and target feature mmx only.

Unpacks the upper element from two i32x2 vectors and interleaves them into the result: [a.1, b.1].