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

via libc-commits libc-commits at lists.llvm.org
Wed Jul 24 14:12:18 PDT 2024


================
@@ -136,6 +136,10 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.cosf
     libc.src.math.cospif
     libc.src.math.dsqrtl
+    libc.src.math.daddl
+    libc.src.math.daddf128
+    libc.src.math.ddivl
+    libc.src.math.ddivf128
----------------
overmighty wrote:

I think `arm` here is actually AArch64, as I don't think macOS ever supported 32-bit Arm, but there were no `float128` entrypoints in this file yet, so I'm not sure if there is an issue with `float128` or macOS or not.

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


More information about the libc-commits mailing list