Skip to content

{f32,f64}::round_ties_even is stable as of Rust 1.77 #5415

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ErichDonGubler opened this issue Mar 18, 2024 · 0 comments · Fixed by #7355
Closed

{f32,f64}::round_ties_even is stable as of Rust 1.77 #5415

ErichDonGubler opened this issue Mar 18, 2024 · 0 comments · Fixed by #7355
Assignees
Labels
area: naga processing Passes over IR in the middle kind: refactor Making existing function faster or nicer

Comments

@ErichDonGubler
Copy link
Member

ErichDonGubler commented Mar 18, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: naga processing Passes over IR in the middle kind: refactor Making existing function faster or nicer
Projects
Status: Done
1 participant