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

0xff NaN converted to 0 #23

Open
milankl opened this issue Feb 8, 2023 · 0 comments
Open

0xff NaN converted to 0 #23

milankl opened this issue Feb 8, 2023 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@milankl
Copy link
Member

milankl commented Feb 8, 2023

just found this

julia> Float8_4(0xff)
NaN8_4

julia> Float32(Float8_4(0xff))
0.0f0

julia> Float8(0xff)
NaN8

julia> Float32(Float8(0xff))
0.0f0

Which obv shouldn't happen.

@milankl milankl added the bug Something isn't working label Feb 8, 2023
@milankl milankl added this to the v0.2 milestone Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant