[libc-commits] [libc] [libc][i386] FPBit support for 96b long double (PR #115084)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Wed Nov 6 10:45:52 PST 2024
================
@@ -127,7 +127,11 @@ template <> struct FPLayout<FPType::IEEE754_Binary128> {
};
template <> struct FPLayout<FPType::X86_Binary80> {
+#if __SIZEOF_LONG_DOUBLE__ == 16
using StorageType = UInt128;
+#else
----------------
nickdesaulniers wrote:
https://github.com/llvm/llvm-project/pull/115084/commits/474aad73d1213340663ceb631ba2c78ef774b9ca
https://github.com/llvm/llvm-project/pull/115084
More information about the libc-commits
mailing list