_mm_loadu_si128

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

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

Meta