Function core::arch::x86_64::_mm512_mask_popcnt_epi64 [−][src]
pub unsafe fn _mm512_mask_popcnt_epi64(
src: __m512i,
k: __mmask8,
a: __m512i
) -> __m512i
This is supported on x86-64 and target feature
avx512vpopcntdq
only.Expand description
对于每个包装的 64 位整数 maps,该值均等于逻辑 1 位的数量。
使用 k 中的写掩码 - 如果未设置相应的掩码位,则从 src 复制元素。 否则,将计算结果写入结果中。