Skip to content

Commit

Permalink
[libc][obvious] disable fabsf128 on aarch64 (#78511)
Browse files Browse the repository at this point in the history
It's not working on the buildbot, so I've disabled it until we fix it.
  • Loading branch information
michaelrj-google committed Jan 17, 2024
1 parent 58b77b8 commit 47d5967
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libc/config/linux/aarch64/entrypoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,8 @@ set(TARGET_LIBM_ENTRYPOINTS
if(LIBC_COMPILER_HAS_FLOAT128)
list(APPEND TARGET_LIBM_ENTRYPOINTS
# math.h C23 _Float128 entrypoints
libc.src.math.fabsf128
# Temporarily disabled since float128 isn't working on the aarch64 buildbot
# libc.src.math.fabsf128
)
endif()

Expand Down

0 comments on commit 47d5967

Please sign in to comment.