[libc-commits] [libc] [libc][math][c23] Add dfma{l, f128} and dsub{l, f128} C23 math functions (PR #101089)
via libc-commits
libc-commits at lists.llvm.org
Tue Jul 30 12:39:09 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.dfmal
+ libc.src.math.dsubl
libc.src.math.erff
----------------
overmighty wrote:
I think you should remove the new entrypoints from all baremetal targets, not just baremetal RISC-V.
https://github.com/llvm/llvm-project/pull/101089
More information about the libc-commits
mailing list