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

pub unsafe fn _mm_unpacklo_pi16(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 lower two elements from two i16x4 vectors and interleaves them into the result: [a.0 b.0 a.1 b.1].