Function vec_roundz
#[target_feature(enable = "vector")]
pub unsafe fn vec_roundz<T: VectorTrunc>(a: T) -> T
Vector Round toward Zero
Returns a vector containing the truncated values of the corresponding elements of the given vector. Each element of the result contains the value of the corresponding element of a, truncated to an integral value.