Function core::arch::x86::_mm256_maskz_and_epi64 [−][src]
pub unsafe fn _mm256_maskz_and_epi64(
k: __mmask8,
a: __m256i,
b: __m256i
) -> __m256i
This is supported on x86 and target feature
avx512f,avx512vl
only.Expand description
计算 a 和 b 中包装的 64 位整数的按位与,并使用 zeromask k 将结果存储在 dst 中 (当相应的掩码位未设置时,元素被清零)。