_mm_loadl_pi

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

nothrow @nogc pure @trusted
__m128
_mm_loadl_pi
(
__m128 a
,
const(__m64)* mem_addr
)

Meta