Function vec_rint
#[target_feature(enable = "vector")]
pub unsafe fn vec_rint<T: VectorRint>(a: T) -> T
Vector Round to Integer
Returns a vector by using the current rounding mode to round every floating-point element in the given vector to integer.