You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, roughly following cvttps2dq for the obvious cast of Simd::<f32, N>::to_int_unchecked::<i32>(self) -> Simd<i32, N>. Simd::cast::<i32>(self) will exhibit the correct safe behavior most of the time. It is completely reasonable for us to mention the safe function.
The docs for to_int_unchecked should mention that round is the safe version of the function.
The text was updated successfully, but these errors were encountered: