vec_roundm
Purpose
Returns a vector containing the largest representable floating-point integer values less than or equal to the values of the corresponding elements of the given vector.
Note:
vec_roundm
is another name for vec_floor
.Syntax
d=vec_roundm(a)
Result and argument types
The following table describes the types of the returned value and the function arguments.
d | a |
---|---|
vector float | vector float |
vector double | vector double |