_mm256_load_si256

Load 256-bits of integer data from memory. mem_addr must be aligned on a 32-byte boundary or a general-protection exception may be generated.

nothrow @nogc pure @trusted
__m256i
_mm256_load_si256
(
const(void)* mem_addr
)

Meta