_mm256_loadu_si256

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

nothrow @nogc pure @trusted
__m256i
_mm256_loadu_si256
(
const(__m256i)* mem_addr
)

Meta