Function core::arch::x86_64::_mm_maskload_epi32

1.27.0 · source ·
pub unsafe fn _mm_maskload_epi32(mem_addr: *const i32, mask: __m128i) -> __m128i
Available on (x86 or x86-64) and target feature avx2 and x86-64 only.
Expand description

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

Intel’s documentation