Method mm256_setr_m128i
mm256_setr_m128i(v128, v128)
Set packed v256 vector with the supplied values in reverse order.
Declaration
public static v256 mm256_setr_m128i(v128 hi, v128 lo)
Parameters
Type | Name | Description |
---|---|---|
v128 | hi | High half of the vector |
v128 | lo | Low half of the vector |
Returns
Type | Description |
---|---|
v256 | Vector |