[libc-commits] [libc] [libc][math] implemented dadd and ddiv (PR #100456)

via libc-commits libc-commits at lists.llvm.org
Wed Jul 24 16:56:46 PDT 2024


================
@@ -247,6 +247,8 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.cos
     libc.src.math.cosf
     libc.src.math.coshf
+    libc.src.math.daddl
----------------
lntue wrote:

Don't enable entrypoints for baremetal yet, since we cannot test them downstream, and we don't want to revert the whole PR if downstream baremetal bots fail.

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


More information about the libc-commits mailing list