[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:30 PDT 2024


https://github.com/aaryanshukla created https://github.com/llvm/llvm-project/pull/101719

None

>From ee29b3ce1366808c47510a6f6c30e4a37bad71b5 Mon Sep 17 00:00:00 2001
From: Aaryan Shukla <aaryanshukla at google.com>
Date: Fri, 2 Aug 2024 17:28:12 +0000
Subject: [PATCH] [libc][math][c23] removing dfmal for riscv `

---
 libc/config/linux/riscv/entrypoints.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the libc-commits mailing list