Function vec_round

#[target_feature(enable = "vector")]
pub unsafe fn vec_round<T: VectorRound>(a: T) -> T

Vector Round

Returns a vector containing the rounded values to the nearest representable floating-point integer, using IEEE round-to-nearest rounding, of the corresponding elements of the given vector