Skip to content

Commit 790a785

Browse files
authored
Comment out CF16 entrypoints for aarch64 and CF128 entrypoints for X84-64 (#114696)
Temporarily Fixes buildbot errors due to #113300
1 parent ffe04e0 commit 790a785

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

libc/config/linux/aarch64/entrypoints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,8 +612,8 @@ set(TARGET_LIBM_ENTRYPOINTS
612612
if(LIBC_TYPES_HAS_FLOAT16)
613613
list(APPEND TARGET_LIBM_ENTRYPOINTS
614614
# complex.h C23 _Complex _Float16 entrypoints
615-
libc.src.complex.crealf16
616-
libc.src.complex.cimagf16
615+
# libc.src.complex.crealf16
616+
# libc.src.complex.cimagf16
617617

618618
# math.h C23 _Float16 entrypoints
619619
libc.src.math.canonicalizef16

libc/config/linux/x86_64/entrypoints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,8 +722,8 @@ endif()
722722
if(LIBC_TYPES_HAS_FLOAT128)
723723
list(APPEND TARGET_LIBM_ENTRYPOINTS
724724
# complex.h C23 _Complex _Float128 entrypoints
725-
libc.src.complex.crealf128
726-
libc.src.complex.cimagf128
725+
# libc.src.complex.crealf128
726+
# libc.src.complex.cimagf128
727727

728728
# math.h C23 _Float128 entrypoints
729729
libc.src.math.canonicalizef128

0 commit comments

Comments
 (0)