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
Const. eval. code currently uses a hand-rolled version of {f32,f64}::round_ties_even. Once our MSRV becomes Rust 1.77 or later, we should use the stabilized implementation in std instead.