[libc-commits] [libc] [libc][math]fadd implementation (PR #99694)

via libc-commits libc-commits at lists.llvm.org
Fri Jul 19 13:02:30 PDT 2024


================
@@ -396,6 +396,7 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.fabs
     libc.src.math.fabsf
     libc.src.math.fabsl
+    libc.src.math.fadd 
----------------
lntue wrote:

Can you also add to other architectures under `linux`?

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


More information about the libc-commits mailing list