Method mm256_maskload_epi64
mm256_maskload_epi64(Void*, v256)
Load packed 64-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_epi64(void *mem_addr, v256 mask)
Parameters
Type | Name | Description |
---|---|---|
Void* | mem_addr | Memory address |
v256 | mask | Mask |
Returns
Type | Description |
---|---|
v256 | Vector |