Function core::arch::x86::_mm256_maskz_cvtepu16_epi64[][src]

pub unsafe fn _mm256_maskz_cvtepu16_epi64(k: __mmask8, a: __m128i) -> __m256i
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on x86 and target feature avx512f,avx512vl only.
Expand description

零扩展包装的无符号 16 位整数 a 的低 8 字节到包装的 64 位整数,并使用 zeromask k 将结果存储在 dst 中 (当相应的掩码位未设置时,元素被清零)。

Intel’s documentation