Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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