Skip to content

[libc][obvious] disable fabsf128 on aarch64 #78511

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
Jan 17, 2024

Conversation

michaelrj-google
Copy link
Contributor

It's not working on the buildbot, so I've disabled it until we fix it.

It's not working on the buildbot, so I've disabled it until we fix it.
@llvmbot llvmbot added the libc label Jan 17, 2024
@llvmbot
Copy link
Member

llvmbot commented Jan 17, 2024

@llvm/pr-subscribers-libc

Author: None (michaelrj-google)

Changes

It's not working on the buildbot, so I've disabled it until we fix it.


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

1 Files Affected:

  • (modified) libc/config/linux/aarch64/entrypoints.txt (+2-1)
diff --git a/libc/config/linux/aarch64/entrypoints.txt b/libc/config/linux/aarch64/entrypoints.txt
index ab54633006979bc..625fa6bffe63c65 100644
--- a/libc/config/linux/aarch64/entrypoints.txt
+++ b/libc/config/linux/aarch64/entrypoints.txt
@@ -357,7 +357,8 @@ set(TARGET_LIBM_ENTRYPOINTS
 if(LIBC_COMPILER_HAS_FLOAT128)
   list(APPEND TARGET_LIBM_ENTRYPOINTS
     # math.h C23 _Float128 entrypoints
-    libc.src.math.fabsf128
+    # Temporarily disabled since float128 isn't working on the aarch64 buildbot
+    # libc.src.math.fabsf128
   )
 endif()
 

@michaelrj-google michaelrj-google merged commit 47d5967 into llvm:main Jan 17, 2024
@michaelrj-google michaelrj-google deleted the libcAarch64f128 branch January 17, 2024 22:23
ampandey-1995 pushed a commit to ampandey-1995/llvm-project that referenced this pull request Jan 19, 2024
It's not working on the buildbot, so I've disabled it until we fix it.
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