{f32,f64}::round_ties_even
is stable as of Rust 1.77
#5415
Labels
area: naga processing
Passes over IR in the middle
kind: refactor
Making existing function faster or nicer
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 instd
instead.round_ties_even
rust-lang/rust#120150The text was updated successfully, but these errors were encountered: