Skip to content

Commit 2a6e32e

Browse files
authored
[libc][math][c23] Temporarily disable f16div{l,f128} on AArch64 (#97182)
Due to Clang 11 backend error ("Unsupported library call operation!"). See Buildbot failures: - https://lab.llvm.org/buildbot/#/builders/104/builds/1105 - https://lab.llvm.org/buildbot/#/builders/71/builds/1100
1 parent caf26b9 commit 2a6e32e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

libc/config/linux/aarch64/entrypoints.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,6 @@ if(LIBC_TYPES_HAS_FLOAT16)
509509
libc.src.math.copysignf16
510510
libc.src.math.f16div
511511
libc.src.math.f16divf
512-
libc.src.math.f16divl
513512
libc.src.math.f16fmaf
514513
libc.src.math.f16sqrtf
515514
libc.src.math.fabsf16
@@ -562,13 +561,6 @@ if(LIBC_TYPES_HAS_FLOAT16)
562561
libc.src.math.ufromfpf16
563562
libc.src.math.ufromfpxf16
564563
)
565-
566-
if(LIBC_TYPES_HAS_FLOAT128)
567-
list(APPEND TARGET_LIBM_ENTRYPOINTS
568-
# math.h C23 mixed _Float16 and _Float128 entrypoints
569-
libc.src.math.f16divf128
570-
)
571-
endif()
572564
endif()
573565

574566
if(LIBC_TYPES_HAS_FLOAT128)

0 commit comments

Comments
 (0)