Function core::arch::x86_64::_mm256_maskz_cvtepi8_epi64 [−][src]
pub unsafe fn _mm256_maskz_cvtepi8_epi64(k: __mmask8, a: __m128i) -> __m256i
This is supported on x86-64 and target feature
avx512f,avx512vl
only.Expand description
将 a 的低 4 字节中的 8 位整数符号扩展为包装的 64 位整数,并使用 zeromask k 将结果存储在 dst 中 (当相应的掩码位未设置时,元素被清零)。