_mm_loadl_pd

Load a double-precision (64-bit) floating-point element from memory into the lower element of result, and copy the upper element from a to result. mem_addr does not need to be aligned on any particular boundary.

nothrow @nogc pure @trusted
__m128d
_mm_loadl_pd
(
__m128d a
,
const(double)* mem_addr
)

Meta