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 caf26b9 commit 2a6e32eCopy full SHA for 2a6e32e
libc/config/linux/aarch64/entrypoints.txt
@@ -509,7 +509,6 @@ if(LIBC_TYPES_HAS_FLOAT16)
509
libc.src.math.copysignf16
510
libc.src.math.f16div
511
libc.src.math.f16divf
512
- libc.src.math.f16divl
513
libc.src.math.f16fmaf
514
libc.src.math.f16sqrtf
515
libc.src.math.fabsf16
@@ -562,13 +561,6 @@ if(LIBC_TYPES_HAS_FLOAT16)
562
561
libc.src.math.ufromfpf16
563
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.f16divf128
570
- )
571
- endif()
572
endif()
573
574
if(LIBC_TYPES_HAS_FLOAT128)
0 commit comments