-
Notifications
You must be signed in to change notification settings - Fork 17
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
__float128 on ppc64le #182
Comments
It looks like |
Are you trying to convert that long double type (__ibm128)? From the docs: Long doubles can be 64, 80, or 128-bit, but must be IEEE 754 compliant. An example of a non-compliant, and therefore unsupported, format is |
Actually if you are trying with |
I don't think he's trying to use |
I was able to replicate on develop with |
Yup, Fedora transitioned to |
Sorry for the delay, my ppc64le test environment was broken and it took some time to rebuild it. Current develop branch (100473b, with #183 merged) works for me when explicitly specifying C++ standard -- for example, the following command run from the top of the boost tree completes successfully:
But when I don't specify
|
Unfortunately I am unable to replicate that. Running the tests with |
I'm trying to compile boost 1.85.0 with gcc 13.2.1 on ppc64le machine that does not have a 'real' long double:
But on this system libquadmath is available and
__float128
seems to work.I'm getting the following error:
The text was updated successfully, but these errors were encountered: