Skip to content

Commit

Permalink
[libc][stdfix] Re-enable fixed point abs entry points. (#81995)
Browse files Browse the repository at this point in the history
#80757 has been merged.
  • Loading branch information
lntue committed Feb 16, 2024
1 parent ff2720d commit 10007ee
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions libc/config/linux/x86_64/entrypoints.txt
Expand Up @@ -445,13 +445,12 @@ endif()
if(LIBC_COMPILER_HAS_FIXED_POINT)
list(APPEND TARGET_LIBM_ENTRYPOINTS
# stdfix.h _Fract and _Accum entrypoints
# 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
# 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
)
endif()

Expand Down

0 comments on commit 10007ee

Please sign in to comment.