_mm_load_ps

Load 128-bits (composed of 4 packed single-precision (32-bit) floating-point elements) from memory.

nothrow @nogc pure @trusted
__m128
_mm_load_ps
(
const(float)* p
)

Meta