[libc-commits] [libc] [libc][math] implemented dadd and ddiv (PR #100456)
via libc-commits
libc-commits at lists.llvm.org
Wed Jul 24 16:59:41 PDT 2024
================
@@ -383,6 +383,10 @@ set(TARGET_LIBM_ENTRYPOINTS
libc.src.math.cospif
libc.src.math.dmull
libc.src.math.dsqrtl
+ libc.src.math.daddl
+ libc.src.math.daddf128
----------------
lntue wrote:
`daddf128` and `ddivf128` should be under the `LIBC_TYPES_HAS_FLOAT128` guard below.
https://github.com/llvm/llvm-project/pull/100456
More information about the libc-commits
mailing list