Method mm256_maskload_ps
mm256_maskload_ps(void*, v256)
Load packed single-precision (32-bit) floating-point elements from memory into dst using mask (elements are zeroed out when the high bit of the corresponding element is not set).
Declaration
public static v256 mm256_maskload_ps(void* mem_addr, v256 mask)
Parameters
Type | Name | Description |
---|---|---|
void* | mem_addr | Memory address |
v256 | mask | Mask |
Returns
Type | Description |
---|---|
v256 | Vector |
Remarks
**** VMASKMOVPS ymm1, ymm2, v256