Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 25, 2024

Conversation

Sh0g0-1758
Copy link
Member

This reverts commit dd9c5c1.

@Sh0g0-1758 Sh0g0-1758 merged commit ff97daa into llvm:main Dec 25, 2024
9 of 10 checks passed
@llvmbot llvmbot added the libc label Dec 25, 2024
@llvmbot
Copy link
Member

llvmbot commented Dec 25, 2024

@llvm/pr-subscribers-libc

Author: Shourya Goel (Sh0g0-1758)

Changes

This reverts commit dd9c5c1.


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 --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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants