Skip to content

Comment out CF16 entrypoints for aarch64 and CF128 entrypoints for X84-64 #114696

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
Nov 3, 2024

Conversation

Sh0g0-1758
Copy link
Member

@Sh0g0-1758 Sh0g0-1758 commented Nov 3, 2024

Temporarily Fixes buildbot errors due to #113300

@llvmbot llvmbot added the libc label Nov 3, 2024
@Sh0g0-1758 Sh0g0-1758 changed the title Temporarily comment out CF16 entrypoints for aarch64 and CF128 entrypoints for X84-64 Comment out CF16 entrypoints for aarch64 and CF128 entrypoints for X84-64 Nov 3, 2024
@llvmbot
Copy link
Member

llvmbot commented Nov 3, 2024

@llvm/pr-subscribers-libc

Author: Shourya Goel (Sh0g0-1758)

Changes

Temporarily Fixes buildbot errors due to #113300


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

2 Files Affected:

  • (modified) libc/config/linux/aarch64/entrypoints.txt (+2-2)
  • (modified) libc/config/linux/x86_64/entrypoints.txt (+2-2)
diff --git a/libc/config/linux/aarch64/entrypoints.txt b/libc/config/linux/aarch64/entrypoints.txt
index 9f076ddedb5c67..3e263b50327f2e 100644
--- a/libc/config/linux/aarch64/entrypoints.txt
+++ b/libc/config/linux/aarch64/entrypoints.txt
@@ -612,8 +612,8 @@ set(TARGET_LIBM_ENTRYPOINTS
 if(LIBC_TYPES_HAS_FLOAT16)
   list(APPEND TARGET_LIBM_ENTRYPOINTS
     # complex.h C23 _Complex _Float16 entrypoints
-    libc.src.complex.crealf16
-    libc.src.complex.cimagf16
+    # libc.src.complex.crealf16
+    # libc.src.complex.cimagf16
     
     # math.h C23 _Float16 entrypoints
     libc.src.math.canonicalizef16
diff --git a/libc/config/linux/x86_64/entrypoints.txt b/libc/config/linux/x86_64/entrypoints.txt
index af9b41eb40e32d..3ed77c76709da8 100644
--- a/libc/config/linux/x86_64/entrypoints.txt
+++ b/libc/config/linux/x86_64/entrypoints.txt
@@ -722,8 +722,8 @@ 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.crealf128
+    # libc.src.complex.cimagf128
     
     # math.h C23 _Float128 entrypoints
     libc.src.math.canonicalizef128

@Sh0g0-1758 Sh0g0-1758 merged commit 790a785 into llvm:main Nov 3, 2024
6 of 8 checks passed
NoumanAmir657 pushed a commit to NoumanAmir657/llvm-project that referenced this pull request Nov 4, 2024
PhilippRados pushed a commit to PhilippRados/llvm-project that referenced this pull request Nov 6, 2024
Sh0g0-1758 added a commit that referenced this pull request Dec 26, 2024
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.

3 participants