_mm_maskload_epi64

Load packed 64-bit integers from memory using mask (elements are zeroed out when the highest bit is not set in the corresponding element). Warning: See "Note about mask load/store" to know why you must address valid memory only.

nothrow @nogc @system
__m128i
_mm_maskload_epi64
(
const(long)* mem_addr
,
__m128i mask
)

Meta