Method ceil_pd
ceil_pd(v128)
Round the packed double-precision (64-bit) floating-point elements in "a" up to an integer value, and store the results as packed double-precision floating-point elements in "dst".
Declaration
public static v128 ceil_pd(v128 a)
Parameters
| Type | Name | Description |
|---|---|---|
| v128 | a | Vector a |
Returns
| Type | Description |
|---|---|
| v128 | Vector |