Function vec_roundm

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

Vector Round toward Negative Infinity

Returns a vector containing the largest representable floating-point integral values less than or equal to the values of the corresponding elements of the given vector.