Skip to content
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

[libc][math][c23] Temporarily disable modff16 on AArch64 #94972

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

overmighty
Copy link
Member

@overmighty
Copy link
Member Author

cc @lntue

@llvmbot llvmbot added the libc label Jun 10, 2024
@llvmbot
Copy link
Collaborator

llvmbot commented Jun 10, 2024

@llvm/pr-subscribers-libc

Author: OverMighty (overmighty)

Changes

See Buildbot failure: https://lab.llvm.org/buildbot/#/builders/138/builds/67428.


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

1 Files Affected:

  • (modified) libc/config/linux/aarch64/entrypoints.txt (+1-1)
diff --git a/libc/config/linux/aarch64/entrypoints.txt b/libc/config/linux/aarch64/entrypoints.txt
index 50e0a6d1017e3..8863749e12c6d 100644
--- a/libc/config/linux/aarch64/entrypoints.txt
+++ b/libc/config/linux/aarch64/entrypoints.txt
@@ -526,7 +526,7 @@ if(LIBC_TYPES_HAS_FLOAT16)
     libc.src.math.logbf16
     libc.src.math.lrintf16
     libc.src.math.lroundf16
-    libc.src.math.modff16
+    # libc.src.math.modff16
     libc.src.math.nanf16
     libc.src.math.nearbyintf16
     libc.src.math.nextafterf16

@lntue lntue merged commit dcd9a50 into llvm:main Jun 10, 2024
6 of 7 checks passed
@HerrCai0907 HerrCai0907 mentioned this pull request Jun 13, 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