_mm_storeu_si64

Store 64-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 @system
void
_mm_storeu_si64
(
void* mem_addr
,
__m128i a
)

Meta