[PATCH] D19125: Enable __float128 on X86 and SystemZ
Ulrich Weigand via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 4 02:59:38 PST 2018
uweigand added a comment.
GCC has never supported the `__float128` type on SystemZ, because "long double" is already IEEE-128 on the platform. GCC only supports a separate `__float128` type on platforms where "long double" is some other type (like x86 or ppc64).
For compatibility with GCC I've removed support for SystemZ again as rev. 348247.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D19125/new/
https://reviews.llvm.org/D19125
More information about the llvm-commits
mailing list