[libc-commits] [compiler-rt] [libc] [compiler-rt][builtins] libc-backed floating-point extend/trunct builtins (PR #209984)
via libc-commits
libc-commits at lists.llvm.org
Fri Jul 24 11:47:24 PDT 2026
================
@@ -243,6 +243,27 @@ set(GENERIC_TF_SOURCES
trunctfsf2.c
)
+# Implement extended-precision builtins, assuming long double is 80 bits.
+# long double is not 80 bits on Android or MSVC.
+set(x86_80_BIT_SOURCES
----------------
lntue wrote:
capitalize `X86_80_BIT_SOURCES`.
https://github.com/llvm/llvm-project/pull/209984
More information about the libc-commits
mailing list