[libc-commits] [libc] [libc] Tempporarily disable fixed point entry points until #80757 is … (PR #81945)

via libc-commits libc-commits at lists.llvm.org
Thu Feb 15 16:00:20 PST 2024


https://github.com/lntue created https://github.com/llvm/llvm-project/pull/81945

…merged.

>From fb0f5a7740c443c868f599fd890ecfd49aaef8df Mon Sep 17 00:00:00 2001
From: Tue Ly <lntue.h at gmail.com>
Date: Thu, 15 Feb 2024 23:58:58 +0000
Subject: [PATCH] [libc] Tempporarily disable fixed point entry points until
 #80757 is merged.

---
 libc/config/linux/x86_64/entrypoints.txt | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/libc/config/linux/x86_64/entrypoints.txt b/libc/config/linux/x86_64/entrypoints.txt
index 69912d3b32f030..802c42b967cfaf 100644
--- a/libc/config/linux/x86_64/entrypoints.txt
+++ b/libc/config/linux/x86_64/entrypoints.txt
@@ -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()
 



More information about the libc-commits mailing list