Skip to content

Commit 47d5967

Browse files
[libc][obvious] disable fabsf128 on aarch64 (#78511)
It's not working on the buildbot, so I've disabled it until we fix it.
1 parent 58b77b8 commit 47d5967

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc/config/linux/aarch64/entrypoints.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,8 @@ set(TARGET_LIBM_ENTRYPOINTS
357357
if(LIBC_COMPILER_HAS_FLOAT128)
358358
list(APPEND TARGET_LIBM_ENTRYPOINTS
359359
# math.h C23 _Float128 entrypoints
360-
libc.src.math.fabsf128
360+
# Temporarily disabled since float128 isn't working on the aarch64 buildbot
361+
# libc.src.math.fabsf128
361362
)
362363
endif()
363364

0 commit comments

Comments
 (0)