_mm_loadu_ps

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

nothrow @nogc pure @trusted
__m128
_mm_loadu_ps
(
const(float)* mem_addr
)

Meta