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