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 eb0c8de commit 3e77871Copy full SHA for 3e77871
libc/config/linux/x86_64/entrypoints.txt
@@ -445,12 +445,13 @@ endif()
445
if(LIBC_COMPILER_HAS_FIXED_POINT)
446
list(APPEND TARGET_LIBM_ENTRYPOINTS
447
# stdfix.h _Fract and _Accum entrypoints
448
- libc.src.stdfix.abshk
449
- libc.src.stdfix.abshr
450
- libc.src.stdfix.absk
451
- libc.src.stdfix.absr
452
- libc.src.stdfix.abslk
453
- libc.src.stdfix.abslr
+ # Re-enable the entry points once #80757 is merged.
+ # libc.src.stdfix.abshk
+ # libc.src.stdfix.abshr
+ # libc.src.stdfix.absk
+ # libc.src.stdfix.absr
+ # libc.src.stdfix.abslk
454
+ # libc.src.stdfix.abslr
455
)
456
endif()
457
0 commit comments