_mm_load_ss

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

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

Meta