Skip to content

Commit dd9c5c1

Browse files
authored
[libc][complex] enable CFP128 entrypoints on X86_64 (llvm#121111)
1 parent 8e7f1be commit dd9c5c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libc/config/linux/x86_64/entrypoints.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -739,10 +739,10 @@ endif()
739739
if(LIBC_TYPES_HAS_FLOAT128)
740740
list(APPEND TARGET_LIBM_ENTRYPOINTS
741741
# complex.h C23 _Complex _Float128 entrypoints
742-
# libc.src.complex.crealf128
743-
# libc.src.complex.cimagf128
744-
# libc.src.complex.conjf128
745-
# libc.src.complex.cprojf128
742+
libc.src.complex.crealf128
743+
libc.src.complex.cimagf128
744+
libc.src.complex.conjf128
745+
libc.src.complex.cprojf128
746746

747747
# math.h C23 _Float128 entrypoints
748748
libc.src.math.canonicalizef128

0 commit comments

Comments
 (0)