_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 pragma(inline, true) pure @trusted
void
_mm256_storeu_si256
(
const(__m256i)* mem_addr
,
__m256i a
)

Meta