Skip to content

Commit 448c884

Browse files
[libc] Enable the acoshf math function on AMD GPUs (#152157)
This patch adds the `acoshf` math function to the AMDGPU build.
1 parent 47258ca commit 448c884

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/config/gpu/amdgpu/entrypoints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ set(TARGET_LIBM_ENTRYPOINTS
282282
# math.h entrypoints
283283
libc.src.math.acos
284284
libc.src.math.acosf
285+
libc.src.math.acoshf
285286
libc.src.math.asin
286287
libc.src.math.asinf
287288
libc.src.math.asinhf

0 commit comments

Comments
 (0)