[libc-commits] [libc] 10007ee - [libc][stdfix] Re-enable fixed point abs entry points. (#81995)
via libc-commits
libc-commits at lists.llvm.org
Fri Feb 16 07:27:06 PST 2024
Author: lntue
Date: 2024-02-16T10:27:02-05:00
New Revision: 10007eef394dedda02ca4f9359f1caec45846e5f
URL: https://github.com/llvm/llvm-project/commit/10007eef394dedda02ca4f9359f1caec45846e5f
DIFF: https://github.com/llvm/llvm-project/commit/10007eef394dedda02ca4f9359f1caec45846e5f.diff
LOG: [libc][stdfix] Re-enable fixed point abs entry points. (#81995)
#80757 has been merged.
Added:
Modified:
libc/config/linux/x86_64/entrypoints.txt
Removed:
################################################################################
diff --git a/libc/config/linux/x86_64/entrypoints.txt b/libc/config/linux/x86_64/entrypoints.txt
index 802c42b967cfaf..69912d3b32f030 100644
--- a/libc/config/linux/x86_64/entrypoints.txt
+++ b/libc/config/linux/x86_64/entrypoints.txt
@@ -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()
More information about the libc-commits
mailing list