Function core::arch::x86::_mm256_shufflelo_epi161.27.0[][src]

pub unsafe fn _mm256_shufflelo_epi16<const IMM8: i32>(a: __m256i) -> __m256i
This is supported on x86 and target feature avx2 only.
Expand description

使用 imm8 中的控件在 a 的 128 位通道的低 64 位中打乱 16 位整数。 a 的 128 位通道的高 64 位被复制到输出中。

Intel’s documentation