Function core::arch::x86::_mm_unpackhi_pi8 [] [src]

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

Unpacks the upper four elements from two i8x8 vectors and interleaves them into the result: [a.4, b.4, a.5, b.5, a.6, b.6, a.7, b.7].