[libc-commits] [libc] [libc][math][c23] add darwin entrypoints for fmul (PR #108680)

Job Henandez Lara via libc-commits libc-commits at lists.llvm.org
Fri Sep 13 21:20:41 PDT 2024


https://github.com/Jobhdez created https://github.com/llvm/llvm-project/pull/108680

None

>From 0e726026228e13092334d97988e97d7c2935ecf3 Mon Sep 17 00:00:00 2001
From: Job Hernandez <hj93 at protonmail.com>
Date: Fri, 13 Sep 2024 21:17:36 -0700
Subject: [PATCH] add darwin entrypoints

---
 libc/config/darwin/arm/entrypoints.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libc/config/darwin/arm/entrypoints.txt b/libc/config/darwin/arm/entrypoints.txt
index a012504daa5c54..2d5dbeff485747 100644
--- a/libc/config/darwin/arm/entrypoints.txt
+++ b/libc/config/darwin/arm/entrypoints.txt
@@ -81,6 +81,8 @@ set(TARGET_LIBC_ENTRYPOINTS
     libc.src.stdlib.llabs
     libc.src.stdlib.lldiv
     libc.src.stdlib.qsort
+    libc.src.stdlib.rand
+    libc.src.stdlib.srand
     libc.src.stdlib.strtod
     libc.src.stdlib.strtof
     libc.src.stdlib.strtol
@@ -171,6 +173,7 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.fminl
     libc.src.math.fmod
     libc.src.math.fmodf
+    libc.src.math.fmul
     libc.src.math.frexp
     libc.src.math.frexpf
     libc.src.math.frexpl



More information about the libc-commits mailing list