_mm_storeu_si32

Store 32-bit integer from the first element of a into memory. mem_addr does not need to be aligned on any particular boundary.

nothrow @nogc pure @trusted
void
_mm_storeu_si32
(
void* mem_addr
,
__m128i a
)

Meta