Skip to content

Commit

Permalink
[libc] Tempporarily disable fixed point entry points until #80757 is …
Browse files Browse the repository at this point in the history
…merged. (#81945)
  • Loading branch information
lntue authored Feb 16, 2024
1 parent eb0c8de commit 3e77871
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions libc/config/linux/x86_64/entrypoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -445,12 +445,13 @@ endif()
if(LIBC_COMPILER_HAS_FIXED_POINT)
list(APPEND TARGET_LIBM_ENTRYPOINTS
# stdfix.h _Fract and _Accum entrypoints
libc.src.stdfix.abshk
libc.src.stdfix.abshr
libc.src.stdfix.absk
libc.src.stdfix.absr
libc.src.stdfix.abslk
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
# libc.src.stdfix.abslr
)
endif()

Expand Down

0 comments on commit 3e77871

Please sign in to comment.