_mm_store_sd
Classification
Header File
Instruction
MOVSD m64, xmm
Synopsis
_mm_store_sd(double* mem_addr, __m128d a);
Description
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.
Operation
MEM[mem_addr+63:mem_addr] := a[63:0]