[libc-commits] [libc] Revert "[libc][complex] enable CFP128 entrypoints on X86_64 (#121111)" (PR #121113)
Shourya Goel via libc-commits
libc-commits at lists.llvm.org
Wed Dec 25 07:26:12 PST 2024
https://github.com/Sh0g0-1758 created https://github.com/llvm/llvm-project/pull/121113
This reverts commit dd9c5c118230fc9adde668f2c96323b73a677400.
>From 6da4df15634c023675f4aed4dba05ca0533ba02a Mon Sep 17 00:00:00 2001
From: Sh0g0-1758 <shouryagoel10000 at gmail.com>
Date: Wed, 25 Dec 2024 20:55:32 +0530
Subject: [PATCH] Revert "[libc][complex] enable CFP128 entrypoints on X86_64
(#121111)"
This reverts commit dd9c5c118230fc9adde668f2c96323b73a677400.
---
libc/config/linux/x86_64/entrypoints.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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
More information about the libc-commits
mailing list