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.
Table 1. Vector Round toward Positive Infinity
d a
vector double vector double