_mm256_stream_load_si256

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

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

Meta