_mm_loadu_ps

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

nothrow @nogc pure @safe
__m128
_mm_loadu_ps
(
const(float)* p
)

Meta