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 get10Byte on platforms where long double is >80 bits. #1195

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 8, 2024

  1. fix get10Byte on platforms where long double is >80 bits.

    for platforms with a non 80-bit "long double" type, we
    change get10ByteImpl to reduce to double then use the
    language's conversion to long double.
    
    this handles both where long double is smaller and greater
    than 80 bits, though only 64 bits of precision are preserved.
    
    this fixes the tests on aarch64 platforms.
    katrinafyi committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    93233e7 View commit details
    Browse the repository at this point in the history