[PATCH] D112906: [PowerPC] Emit warning for ieeelongdouble on older GNU toolchain
Qiu Chaofan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 8 08:37:40 PST 2022
qiucf added a comment.
In D112906#3304340 <https://reviews.llvm.org/D112906#3304340>, @jwakely wrote:
>> GCC 12 should have proper support for IEEE-754 compliant 128-bit floating point in libstdc++.
>
> Yes, but it's unconditionally disabled when including the headers with Clang.
Is that because clang lacks something required by this feature? (for example. clang-12 doesn't have `__ibm128` and many builtins) If so, clang-14 should have these fixed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112906/new/
https://reviews.llvm.org/D112906
More information about the cfe-commits
mailing list