_mm_store_sd

Store the lower double-precision (64-bit) floating-point element from a into memory. mem_addr does not need to be aligned on any particular boundary.

nothrow @nogc pure @safe
void
_mm_store_sd
(
double* mem_addr
,
__m128d a
)

Meta