[libc-commits] [libc] [libc][math] implemented dadd and ddiv (PR #100456)
via libc-commits
libc-commits at lists.llvm.org
Wed Jul 24 15:12:23 PDT 2024
================
@@ -247,6 +247,10 @@ set(TARGET_LIBM_ENTRYPOINTS
libc.src.math.cos
libc.src.math.cosf
libc.src.math.coshf
+ libc.src.math.daddl
+ libc.src.math.daddf128
+ libc.src.math.ddivl
+ libc.src.math.ddivf128
----------------
overmighty wrote:
https://github.com/llvm/llvm-project/pull/100456/files shows unresolved comments.
https://github.com/llvm/llvm-project/pull/100456
More information about the libc-commits
mailing list