aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlntue <35648136+lntue@users.noreply.github.com>2024-02-16 10:27:02 -0500
committerGitHub <noreply@github.com>2024-02-16 10:27:02 -0500
commit10007eef394dedda02ca4f9359f1caec45846e5f (patch)
treefc8e24ecd504f7d3fb3b78fb674870ff000da322
parentff2720d190e0dbd5f157d5d3614d0ab11fe9e7b2 (diff)
downloadllvm-10007eef394dedda02ca4f9359f1caec45846e5f.zip
llvm-10007eef394dedda02ca4f9359f1caec45846e5f.tar.gz
llvm-10007eef394dedda02ca4f9359f1caec45846e5f.tar.bz2
[libc][stdfix] Re-enable fixed point abs entry points. (#81995)
#80757 has been merged.
-rw-r--r--libc/config/linux/x86_64/entrypoints.txt13
1 files changed, 6 insertions, 7 deletions
diff --git a/libc/config/linux/x86_64/entrypoints.txt b/libc/config/linux/x86_64/entrypoints.txt
index 802c42b..69912d3 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()