Method shuffle_ps
shuffle_ps(v128, v128, Int32)
Shuffle single-precision (32-bit) floating-point elements in "a" using the control in "imm8", and store the results in "dst".
Declaration
public static v128 shuffle_ps(v128 a, v128 b, int imm8)
Parameters
Type | Name | Description |
---|---|---|
v128 | a | Vector a |
v128 | b | Vector b |
Int32 | imm8 | Control |
Returns
Type | Description |
---|---|
v128 | Vector |