File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -612,8 +612,8 @@ set(TARGET_LIBM_ENTRYPOINTS
612
612
if(LIBC_TYPES_HAS_FLOAT16)
613
613
list(APPEND TARGET_LIBM_ENTRYPOINTS
614
614
# 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
617
617
618
618
# math.h C23 _Float16 entrypoints
619
619
libc.src.math.canonicalizef16
Original file line number Diff line number Diff line change @@ -722,8 +722,8 @@ endif()
722
722
if(LIBC_TYPES_HAS_FLOAT128)
723
723
list(APPEND TARGET_LIBM_ENTRYPOINTS
724
724
# 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
727
727
728
728
# math.h C23 _Float128 entrypoints
729
729
libc.src.math.canonicalizef128
You can’t perform that action at this time.
0 commit comments