Skip to content

Commit ebcf1de

Browse files
authored
[libc][math] Disable acoshf16 Test on AArch64 to resolve test failures. (#132580)
1 parent 8553faf commit ebcf1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/config/linux/aarch64/entrypoints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ endif()
645645
if(LIBC_TYPES_HAS_FLOAT16)
646646
list(APPEND TARGET_LIBM_ENTRYPOINTS
647647
# math.h C23 _Float16 entrypoints
648-
libc.src.math.acoshf16
648+
# libc.src.math.acoshf16
649649
libc.src.math.canonicalizef16
650650
libc.src.math.ceilf16
651651
libc.src.math.copysignf16

0 commit comments

Comments
 (0)