_mm256_maskload_epi32

Load packed 32-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_epi32
(
const(int)* mem_addr
,
__m256i mask
)

Meta