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

Provide atomic type for float32 as well #103

Closed
Jacalz opened this issue Aug 1, 2021 · 2 comments
Closed

Provide atomic type for float32 as well #103

Jacalz opened this issue Aug 1, 2021 · 2 comments

Comments

@Jacalz
Copy link

Jacalz commented Aug 1, 2021

It would be very useful to have a similar atomic version for float32 as well for use cases where the precision of float64 is not necessary.

@abhinav
Copy link
Collaborator

abhinav commented Nov 4, 2021

Sure thing! We'd welcome a PR implementing that.
The implementation should be pretty similar to Float64,
but using math.Float32bits and math.Float32frombits instead.

@sywhang
Copy link
Contributor

sywhang commented May 6, 2022

Closed by #107.

@sywhang sywhang closed this as completed May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants