Function core::arch::x86_64::_mm256_mask2_permutex2var_epi8 [−][src]
pub unsafe fn _mm256_mask2_permutex2var_epi8(
a: __m256i,
idx: __m256i,
k: __mmask32,
b: __m256i
) -> __m256i
This is supported on x86-64 and target feature
avx512vbmi,avx512vl
only.Expand description
使用相应的选择器和 idx 中的索引将 a 和 b 中的 8 位整数跨通道打乱,并使用 writemask k 将结果存储在 dst 中 (当相应的掩码位未设置时,从 a 复制元素)。