[libc-commits] [libc] 448c884 - [libc] Enable the `acoshf` math function on AMD GPUs (#152157)

via libc-commits libc-commits at lists.llvm.org
Tue Aug 5 11:33:15 PDT 2025


Author: Leandro Lacerda
Date: 2025-08-05T13:33:11-05:00
New Revision: 448c88478dc3148eb69c9b0025746d243ae19a0f

URL: https://github.com/llvm/llvm-project/commit/448c88478dc3148eb69c9b0025746d243ae19a0f
DIFF: https://github.com/llvm/llvm-project/commit/448c88478dc3148eb69c9b0025746d243ae19a0f.diff

LOG: [libc] Enable the `acoshf` math function on AMD GPUs (#152157)

This patch adds the `acoshf` math function to the AMDGPU build.

Added: 
    

Modified: 
    libc/config/gpu/amdgpu/entrypoints.txt

Removed: 
    


################################################################################
diff  --git a/libc/config/gpu/amdgpu/entrypoints.txt b/libc/config/gpu/amdgpu/entrypoints.txt
index 291a2d01db5b6..cf2b8c6a55878 100644
--- a/libc/config/gpu/amdgpu/entrypoints.txt
+++ b/libc/config/gpu/amdgpu/entrypoints.txt
@@ -282,6 +282,7 @@ set(TARGET_LIBM_ENTRYPOINTS
     # math.h entrypoints
     libc.src.math.acos
     libc.src.math.acosf
+    libc.src.math.acoshf
     libc.src.math.asin
     libc.src.math.asinf
     libc.src.math.asinhf


        


More information about the libc-commits mailing list