Skip to content

[libc][math] Remove wrong fabsf128 entrypoint in aarch64 list. #77974

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 12, 2024

Conversation

lntue
Copy link
Contributor

@lntue lntue commented Jan 12, 2024

No description provided.

@llvmbot
Copy link
Member

llvmbot commented Jan 12, 2024

@llvm/pr-subscribers-libc

Author: None (lntue)

Changes

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

1 Files Affected:

  • (modified) libc/config/linux/aarch64/entrypoints.txt (-1)
diff --git a/libc/config/linux/aarch64/entrypoints.txt b/libc/config/linux/aarch64/entrypoints.txt
index 0148e76d65380b..ab54633006979b 100644
--- a/libc/config/linux/aarch64/entrypoints.txt
+++ b/libc/config/linux/aarch64/entrypoints.txt
@@ -260,7 +260,6 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.fabs
     libc.src.math.fabsf
     libc.src.math.fabsl
-    libc.src.math.fabs128
     libc.src.math.fdim
     libc.src.math.fdimf
     libc.src.math.fdiml

@lntue lntue merged commit cd753c7 into llvm:main Jan 12, 2024
@lntue lntue deleted the fabsf128 branch January 12, 2024 20:42
justinfargnoli pushed a commit to justinfargnoli/llvm-project that referenced this pull request Jan 28, 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