Returns a vector containing the smallest representable floating-point integer values greater than or equal to the values of the corresponding elements of the given vector.
d=vec_roundp(a)
The following table describes the types of the returned value and the function arguments.
| d | a |
|---|---|
| vector float | vector float |
| vector double | vector double |