pub unsafe fn simd_trunc<T>(x: T) -> T🔬This is a nightly-only experimental API. (
core_intrinsics)Available on non-crate feature
ferrocene_certified only.Expand description
Returns the integer part of each element as an integer-valued float. In other words, non-integer values are truncated towards zero.
T must be a vector of floats.