[libc-commits] [libc] [libc][math][c23] removing dfmal for riscv ` (PR #101719)
via libc-commits
libc-commits at lists.llvm.org
Fri Aug 2 10:29:59 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: None (aaryanshukla)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/101719.diff
1 Files Affected:
- (modified) libc/config/linux/riscv/entrypoints.txt (+1-1)
``````````diff
diff --git a/libc/config/linux/riscv/entrypoints.txt b/libc/config/linux/riscv/entrypoints.txt
index 771f169332fcb..9091012e45759 100644
--- a/libc/config/linux/riscv/entrypoints.txt
+++ b/libc/config/linux/riscv/entrypoints.txt
@@ -387,7 +387,7 @@ set(TARGET_LIBM_ENTRYPOINTS
libc.src.math.coshf
libc.src.math.cospif
libc.src.math.daddl
- libc.src.math.dfmal
+ #libc.src.math.dfmal
libc.src.math.dmull
libc.src.math.dsqrtl
libc.src.math.dsubl
``````````
</details>
https://github.com/llvm/llvm-project/pull/101719
More information about the libc-commits
mailing list