_mm_storeu_pd

Microsoft Specific

Stores two double-precision, floating-point values.

void _mm_storeu_pd (double *p, __m128d a);
MOVUPD

Return Value

The address p does not need to 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)