Function vec_roundc

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

Vector Round to Current

Returns a vector by using the current rounding mode to round every floating-point element in the given vector to integer.