Skip to content
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

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

Open
ErichDonGubler opened this issue Mar 18, 2024 · 0 comments
Open

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

ErichDonGubler opened this issue Mar 18, 2024 · 0 comments
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.

@ErichDonGubler ErichDonGubler added kind: refactor Making existing function faster or nicer area: naga processing Passes over IR in the middle labels Mar 18, 2024
@ErichDonGubler ErichDonGubler self-assigned this Mar 18, 2024
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: Todo
Development

No branches or pull requests

1 participant