_mm_store_ss

Store the lower single-precision (32-bit) floating-point element from a into memory. mem_addr does not need to be aligned on any particular boundary.

nothrow @nogc pure @safe
void
_mm_store_ss
(
float* mem_addr
,
__m128 a
)

Meta