_mm_store1_ps

Store the lower single-precision (32-bit) floating-point element from a into 4 contiguous elements in memory. mem_addr must be aligned on a 16-byte boundary or a general-protection exception may be generated.

nothrow @nogc pure @trusted
void
_mm_store1_ps
(
float* mem_addr
,
__m128 a
)

Meta