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