Function core::arch::x86::_mm_storel_pi [] [src]

pub unsafe fn _mm_storel_pi(p: *mut __m64, a: __m128)
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on x86 and target feature sse only.

Store the lower half of a (64 bits) into memory.

This intrinsic corresponds to the MOVQ instruction. The compiler may choose to generate an equivalent sequence of other instructions.