_mm_load_si128

Load 128-bits of integer data from memory into dst. mem_addr must be aligned on a 16-byte boundary or a general-protection exception may be generated.

nothrow @nogc pure @trusted
__m128i
_mm_load_si128
(
const(__m128i)* mem_addr
)

Meta