_mm_store_sd

Microsoft Specific

Stores the lower double-precision, floating-point value of a.

void _mm_store_sd (double *p, __m128d a);
MOVSD

Return Value

The address p does not need to be 16-byte aligned.

*p := a0

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Reference

Store Operations (Floating-Point SSE2 Intrinsics)