_mm256_lddqu_si256

Load 256-bits of integer data from unaligned memory into dst. This intrinsic may perform better than _mm256_loadu_si256 when the data crosses a cache line boundary.

nothrow @nogc @trusted
__m256i
_mm256_lddqu_si256
(
const(__m256i)* mem_addr
)

Meta