Function std::arch::x86_64::_mm_storeh_pi [] [src]

pub unsafe fn _mm_storeh_pi(p: *mut __m64, a: __m128)
🔬 This is a nightly-only experimental API. (stdsimd #48556)

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

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