[libc-commits] [libc] [llvm] [libc] Make ldexpf128/scalbnf128/scalblnf128 use emulated Float128 (PR #220295)

via libc-commits libc-commits at lists.llvm.org
Tue Sep 1 11:54:35 PDT 2026


================
@@ -424,6 +424,9 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.ffma
     libc.src.math.ffmal
     libc.src.math.floor
+    libc.src.math.ldexpf128
+    libc.src.math.scalblnf128
+    libc.src.math.scalbnf128
----------------
Sukumarsawant wrote:

same as above and for all entrypoints files

https://github.com/llvm/llvm-project/pull/220295


More information about the libc-commits mailing list