[libc-commits] [compiler-rt] [libc] [compiler-rt][builtins] libc-backed int-to-double/float builtins (PR #209900)
via libc-commits
libc-commits at lists.llvm.org
Sat Aug 1 12:24:54 PDT 2026
================
@@ -265,6 +265,18 @@ if(COMPILER_RT_USE_LIBC_MATH)
add_definitions(-DCOMPILER_RT_USE_LIBC_MATH)
use_libc_builtin(GENERIC_TF_SOURCES addtf3)
+ use_libc_builtin(GENERIC_SOURCES floatsidf)
----------------
hulxv wrote:
Applied in #213481
https://github.com/llvm/llvm-project/pull/209900
More information about the libc-commits
mailing list