vec_roundp: Vector Round toward Positive Infinity
d = vec_roundp(a)Returns
a vector containing the smallest representable floating-point integral
values greater than or equal to the values of the corresponding elements
of the given vector.
Note:
vec_roundp provides
the same functionality as vec_ceil, except that vec_roundp would
not trigger the IEEE-inexact exception.| d | a | MIN ARCH |
|---|---|---|
| vector float | vector float | z14 |
| vector double | vector double | z13® |