_mm_storeu_si128

Store 128-bits of integer data from a into memory. mem_addr does not need to be aligned on any particular boundary.

nothrow @nogc pure @safe
void
_mm_storeu_si128
(
__m128i* mem_addr
,
__m128i a
)

Meta