We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b77b8 commit 47d5967Copy full SHA for 47d5967
libc/config/linux/aarch64/entrypoints.txt
@@ -357,7 +357,8 @@ set(TARGET_LIBM_ENTRYPOINTS
357
if(LIBC_COMPILER_HAS_FLOAT128)
358
list(APPEND TARGET_LIBM_ENTRYPOINTS
359
# math.h C23 _Float128 entrypoints
360
- libc.src.math.fabsf128
+ # Temporarily disabled since float128 isn't working on the aarch64 buildbot
361
+ # libc.src.math.fabsf128
362
)
363
endif()
364
0 commit comments