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