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

Use to_bits/from_bits on f32/f64 once const stabilized #53

Open
starkat99 opened this issue Jun 21, 2022 · 0 comments
Open

Use to_bits/from_bits on f32/f64 once const stabilized #53

starkat99 opened this issue Jun 21, 2022 · 0 comments
Assignees
Labels
awaiting stabilization Resolving this issue requires stabilization of unstable nightly Rust features enhancement

Comments

@starkat99
Copy link
Owner

Current implementation uses mem::transmute which is not ideal. Awaiting stabilization of rust-lang/rust#57241 which is blocked by general Rust float soundess discussions.

@starkat99 starkat99 added the awaiting stabilization Resolving this issue requires stabilization of unstable nightly Rust features label Jun 21, 2022
@starkat99 starkat99 self-assigned this Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting stabilization Resolving this issue requires stabilization of unstable nightly Rust features enhancement
Projects
None yet
Development

No branches or pull requests

1 participant