-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Missing binary128 support #2810
Comments
Thanks for reporting. {fmt} is being switched to an internal FP formatter and this particular error is likely caused by |
I was able to reproduce it on Compiler Explorer by simply copying entire {fmt} code there: https://godbolt.org/z/xEnETxb53. |
The compilation error should be resolved now: https://godbolt.org/z/5xT4PevhP. binary128 support may still not be fully functional but it will be addressed separately. |
Yep, it works for Raspberry too, thanks! |
Oops, I still have problems actually with bc654fa on Raspberry. My benchmark successfully compiles now, but also it simply segfaults. Even
|
Yeah, that's the missing binary128 support that I was referring to. Anyway let's keep this issue open and track the progress here as it is related. |
Ok, I will disable |
binary128 long double should be supported now. |
Yes, it definitely works!
|
Thanks for testing, @alexezeder! |
I have problems compiling the library on Raspberry (AArch64) after this commit: 1ba69fb.
GCC version: 11.2.0
Compiler output:
I was investigating why my benchmark runner didn't show the latest commits when I realized it just cannot compile the library. Furthermore, I allow it to skip faulty commits (expecting that there are only a few of them), which brings us here, 20 days after the faulty commit. 🙂
Entire output
The text was updated successfully, but these errors were encountered: