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