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

pub unsafe fn _mm256_maskstore_epi32(
    mem_addr: *mut i32,
    mask: __m256i,
    a: __m256i
)
This is supported on x86 and target feature avx2 only.
Expand description

使用 maska 中的包装后的 32 位整数存储到 mem_addr 指向的内存中 (当在相应元素中未设置最高位时,不存储元素)。

Intel’s documentation