_mm_store_pd

Microsoft Specific

Stores two double-precision, floating-point values.

void _mm_store_pd (double *p, __m128d a);
MOVAPD

Return Value

The address p must be 16-byte aligned.

p[0] := a0
p[1] := a1

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Reference

Store Operations (Floating-Point SSE2 Intrinsics)