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

fix issue 24 #25

Merged
merged 1 commit into from
Oct 25, 2023
Merged

fix issue 24 #25

merged 1 commit into from
Oct 25, 2023

Conversation

winitzki
Copy link

This PR ensures the minimum-precision encoding of Double values 0.0 and -0.0. The existing code fails to detect that these values fit in half-precision (16-bit) floats.

The 32-bit floats seem to be working fine.

@peteroupc peteroupc merged commit 022753f into peteroupc:master Oct 25, 2023
@winitzki winitzki deleted the feature/fix-issue-24 branch October 25, 2023 08:08
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

Successfully merging this pull request may close these issues.

None yet

2 participants