[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:49 PST 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: None (lntue)

<details>
<summary>Changes</summary>

…merged.

---
Full diff: https://github.com/llvm/llvm-project/pull/81945.diff


1 Files Affected:

- (modified) libc/config/linux/x86_64/entrypoints.txt (+7-6) 


``````````diff
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()
 

``````````

</details>


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


More information about the libc-commits mailing list