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