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 dd9c5c1 commit ff97daaCopy full SHA for ff97daa
libc/config/linux/x86_64/entrypoints.txt
@@ -739,10 +739,10 @@ endif()
739
if(LIBC_TYPES_HAS_FLOAT128)
740
list(APPEND TARGET_LIBM_ENTRYPOINTS
741
# 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
+ # libc.src.complex.crealf128
+ # libc.src.complex.cimagf128
+ # libc.src.complex.conjf128
+ # libc.src.complex.cprojf128
746
747
# math.h C23 _Float128 entrypoints
748
libc.src.math.canonicalizef128
0 commit comments