Function core::arch::x86_64::_mm_maskstore_epi32
1.27.0 · source · pub unsafe fn _mm_maskstore_epi32(mem_addr: *mut i32, mask: __m128i, a: __m128i)
Available on (x86 or x86-64) and target feature
avx2
and x86-64 only.Expand description
使用 mask
将 a
中的包装后的 32 位整数存储到 mem_addr
指向的内存中 (当在相应元素中未设置最高位时,不存储元素)。