Function core::arch::x86::_mm256_maskload_epi641.27.0[][src]

pub unsafe fn _mm256_maskload_epi64(
    mem_addr: *const i64,
    mask: __m256i
) -> __m256i
This is supported on x86 and target feature avx2 only.
Expand description

使用 maskmem_addr 指向的内存中加载包装的 64 位整数 (当未在相应元素中设置最高位时,元素清零)。

Intel’s documentation