Method mm256_setr_ps
mm256_setr_ps(float, float, float, float, float, float, float, float)
Set packed single-precision (32-bit) floating-point elements in dst with the supplied values in reverse order.
Declaration
public static v256 mm256_setr_ps(float e7, float e6, float e5, float e4, float e3, float e2, float e1, float e0)
Parameters
Type | Name | Description |
---|---|---|
float | e7 | Element 7 |
float | e6 | Element 6 |
float | e5 | Element 5 |
float | e4 | Element 4 |
float | e3 | Element 3 |
float | e2 | Element 2 |
float | e1 | Element 1 |
float | e0 | Element 0 |
Returns
Type | Description |
---|---|
v256 | Vector |