_mm_loadu_pd

Load 128-bits (composed of 2 packed double-precision (64-bit) floating-point elements) from memory. mem_addr does not need to be aligned on any particular boundary.

nothrow @nogc pure @trusted
__m128d
_mm_loadu_pd
(
const(double)* mem_addr
)

Meta