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 b230e24 commit ccacf01Copy full SHA for ccacf01
libc/config/linux/aarch64/entrypoints.txt
@@ -512,7 +512,6 @@ if(LIBC_TYPES_HAS_FLOAT16)
512
libc.src.math.f16fmaf
513
libc.src.math.f16sqrt
514
libc.src.math.f16sqrtf
515
- libc.src.math.f16sqrtl
516
libc.src.math.fabsf16
517
libc.src.math.fdimf16
518
libc.src.math.floorf16
@@ -563,13 +562,6 @@ if(LIBC_TYPES_HAS_FLOAT16)
563
562
libc.src.math.ufromfpf16
564
libc.src.math.ufromfpxf16
565
)
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()
573
endif()
574
575
if(LIBC_TYPES_HAS_FLOAT128)
0 commit comments