We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34dbb1 commit aa8409fCopy full SHA for aa8409f
libc/config/linux/aarch64/entrypoints.txt
@@ -508,9 +508,7 @@ if(LIBC_TYPES_HAS_FLOAT16)
508
libc.src.math.ceilf16
509
libc.src.math.copysignf16
510
libc.src.math.f16divf
511
- libc.src.math.f16fma
512
libc.src.math.f16fmaf
513
- libc.src.math.f16fmal
514
libc.src.math.f16sqrtf
515
libc.src.math.fabsf16
516
libc.src.math.fdimf16
@@ -562,13 +560,6 @@ if(LIBC_TYPES_HAS_FLOAT16)
562
560
libc.src.math.ufromfpf16
563
561
libc.src.math.ufromfpxf16
564
)
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.f16fmaf128
570
- )
571
- endif()
572
endif()
573
574
if(LIBC_TYPES_HAS_FLOAT128)
0 commit comments