Method mm256_zextsi128_si256
mm256_zextsi128_si256(v128)
Casts vector of type v128 to type v256; the upper 128 bits of the result are zeroed. This intrinsic is only used for compilation and does not generate any instructions, thus it has zero latency.
Declaration
public static v256 mm256_zextsi128_si256(v128 a)
Parameters
Type | Name | Description |
---|---|---|
v128 | a | Vector a |
Returns
Type | Description |
---|---|
v256 | Vector |