_mm_loadu_si16

Load unaligned 16-bit integer from memory into the first element, fill with zeroes otherwise.

nothrow @nogc pure @trusted
__m128i
_mm_loadu_si16
(
const(void)* mem_addr
)

Meta