-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[libc][complex] Testing infra for MPC #121261
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
Conversation
✅ With the latest revision this PR passed the C/C++ code formatter. |
This reverts commit 7c95bb0.
@nickdesaulniers @lntue I have added a shared library with functions and classes that are needed both by |
Okay, merging this now (its morning for me so will stay online for any angry bot) |
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/196/builds/4189 Here is the relevant piece of the build log for the reference
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/73/builds/12545 Here is the relevant piece of the build log for the reference
|
This PR aims to add the groundwork to test the precision of libc complex functions against MPC. I took
cargf
as a test to verify that the infra works fine.