Method mm256_maskload_epi32
mm256_maskload_epi32(Void*, v256)
Load packed 32-bit integers from memory into dst using mask (elements are zeroed out when the highest bit is not set in the corresponding element).
Declaration
public static v256 mm256_maskload_epi32(void *mem_addr, v256 mask)
Parameters
| Type | Name | Description | 
|---|---|---|
| Void* | mem_addr | Memory address  | 
| v256 | mask | Mask  | 
Returns
| Type | Description | 
|---|---|
| v256 | Vector  |