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
There are various fixes: clamp after each division, check before dividing, etc.
Notice that the implementation of Div, DivAssign and Div<f32> are affected.
I say it "seems to break" because I could not compile cushy 0.2 in Windows :/
(error[E0446]: crate-private type InvalidationStatus in public interface)
I have not tested this repo yet.