_mm256_storeu_si256

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

nothrow @nogc pure @trusted
void
_mm256_storeu_si256
(
__m256i* mem_addr
,
__m256i a
)

Meta