_mm256_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
__m256i
_mm256_maskload_epi64
(
const(long)* mem_addr
,
__m256i mask
)

Meta