[libc][stdfix] Re-enable fixed point abs entry points. (#81995)

#80757 has been merged.
This commit is contained in:
lntue
2024-02-16 10:27:02 -05:00
committed by GitHub
parent ff2720d190
commit 10007eef39

View File

@@ -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()