_mm_load_pd
Classification
Header File
Instruction
MOVAPD xmm, m128
Synopsis
_mm_load_pd(double const* mem_addr);
Description
Load 128-bits (composed of 2 packed double-precision (64-bit) floating-point elements) from memory into "dst".
"mem_addr" must be aligned on a 16-byte boundary or a general-protection exception may be generated.
Operation
dst[127:0] := MEM[mem_addr+127:mem_addr]