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

pub unsafe fn _mm_maskmoveu_si128(a: __m128i, mask: __m128i, mem_addr: *mut i8)
This is supported on x86 and target feature sse2 only.
Expand description

使用 mask 有条件地将 a 中的 8 位整数元素存储到内存中。

如果在相应元素中未设置最高位,则不会存储元素。

mem_addr 应与 128 位存储器位置相对应,并且不需要在任何特定边界上对齐。

Intel’s documentation