_mm_storel_pd

Microsoft Specific

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

void _mm_storel_pd (double *p, __m128d a);
MOVLPD

Return Value

*p := a0

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Reference

Store Operations (Floating-Point SSE2 Intrinsics)