Function simd_round
pub const unsafe fn simd_round<T>(x: T) -> T
Rounds each element to the closest integer-valued float. Ties are resolved by rounding away from 0.
T must be a vector of floats.
simd_roundpub const unsafe fn simd_round<T>(x: T) -> T
Rounds each element to the closest integer-valued float. Ties are resolved by rounding away from 0.
T must be a vector of floats.