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

api: add support for a new compact float64 representation #336

Closed
wants to merge 2 commits into from

Commits on Jul 21, 2024

  1. api: add support for new float64 representation

    Closes: 334
    
    Numbits can be constructed from float64 and can be
    losslessly converted back to float64.
    The current fast branchless conversion is possible due to
    a nerd-snipe of @Merovius. He also threw it a godbolt and
    gave it some scrutiny. Thanks, Axel!
    arnehormann authored and embano1 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    af097d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    3251f29 View commit details
    Browse the repository at this point in the history