Method round_ps
round_ps(v128, Int32)
Round the packed single-precision (32-bit) floating-point elements in "a" using the "rounding" parameter, and store the results as packed single-precision floating-point elements in "dst".
Declaration
public static v128 round_ps(v128 a, int rounding)
Parameters
Type | Name | Description |
---|---|---|
v128 | a | Vector a |
Int32 | rounding | Rounding mode |
Returns
Type | Description |
---|---|
v128 | Vector |