Function vec_trunc

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

Vector Truncate

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.