[libc-commits] [libc] Revert "[libc][complex] enable CFP128 entrypoints on X86_64 (#121111)" (PR #121113)

via libc-commits libc-commits at lists.llvm.org
Wed Dec 25 07:26:48 PST 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: Shourya Goel (Sh0g0-1758)

<details>
<summary>Changes</summary>

This reverts commit dd9c5c118230fc9adde668f2c96323b73a677400.

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


1 Files Affected:

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


``````````diff
diff --git a/libc/config/linux/x86_64/entrypoints.txt b/libc/config/linux/x86_64/entrypoints.txt
index 94f58b85a6e028..08d8559d8c81a2 100644
--- a/libc/config/linux/x86_64/entrypoints.txt
+++ b/libc/config/linux/x86_64/entrypoints.txt
@@ -739,10 +739,10 @@ endif()
 if(LIBC_TYPES_HAS_FLOAT128)
   list(APPEND TARGET_LIBM_ENTRYPOINTS
     # complex.h C23 _Complex _Float128 entrypoints
-    libc.src.complex.crealf128
-    libc.src.complex.cimagf128
-    libc.src.complex.conjf128
-    libc.src.complex.cprojf128
+    # libc.src.complex.crealf128
+    # libc.src.complex.cimagf128
+    # libc.src.complex.conjf128
+    # libc.src.complex.cprojf128
     
     # math.h C23 _Float128 entrypoints
     libc.src.math.canonicalizef128

``````````

</details>


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


More information about the libc-commits mailing list