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
612612if(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
Original file line number Diff line number Diff line change @@ -722,8 +722,8 @@ endif()
722722if(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
You can’t perform that action at this time.
0 commit comments