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