Method round_ss
round_ss(v128, v128, int)
Round the lower single-precision (32-bit) floating-point element in "b" using the "rounding" parameter, store the result as a single-precision floating-point element in the lower element of "dst", and copy the upper 3 packed elements from "a" to the upper elements of "dst".
Declaration
public static v128 round_ss(v128 a, v128 b, int rounding)
Parameters
Type | Name | Description |
---|---|---|
v128 | a | Vector a |
v128 | b | Vector b |
int | rounding | Rounding mode |
Returns
Type | Description |
---|---|
v128 | Vector |