Skip to content

Commit ccacf01

Browse files
committed
[libc][math][c23] Disable f16sqrt{l,f128} on AArch64 Linux
1 parent b230e24 commit ccacf01

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
@@ -512,7 +512,6 @@ if(LIBC_TYPES_HAS_FLOAT16)
512512
libc.src.math.f16fmaf
513513
libc.src.math.f16sqrt
514514
libc.src.math.f16sqrtf
515-
libc.src.math.f16sqrtl
516515
libc.src.math.fabsf16
517516
libc.src.math.fdimf16
518517
libc.src.math.floorf16
@@ -563,13 +562,6 @@ if(LIBC_TYPES_HAS_FLOAT16)
563562
libc.src.math.ufromfpf16
564563
libc.src.math.ufromfpxf16
565564
)
566-
567-
if(LIBC_TYPES_HAS_FLOAT128)
568-
list(APPEND TARGET_LIBM_ENTRYPOINTS
569-
# math.h C23 mixed _Float16 and _Float128 entrypoints
570-
libc.src.math.f16sqrtf128
571-
)
572-
endif()
573565
endif()
574566

575567
if(LIBC_TYPES_HAS_FLOAT128)

0 commit comments

Comments
 (0)