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

Add more MPFR functions #1834

Merged
merged 22 commits into from
Apr 15, 2024
Merged

Add more MPFR functions #1834

merged 22 commits into from
Apr 15, 2024

Conversation

ivanradanov
Copy link
Collaborator

No description provided.

@@ -7,20 +7,17 @@

// Truncated

// RUN: if [ %llvmver -ge 12 ] && [ %hasMPFR == "yes" ] ; then %clang -DENZYME_TEST_TO_MPFR -O3 %s -o %s.a.out %newLoadClangEnzyme -mllvm --enzyme-truncate-all="64to32" -lmpfr; %s.a.out | FileCheck --check-prefix TO_32 %s; fi
// RUN: if [ %llvmver -ge 12 ] && [ %hasMPFR == "yes" ] ; then %clang -include %S/../../../include/enzyme/fprt/mpfr.h -O3 %s -o %s.a.out %newLoadClangEnzyme -mllvm --enzyme-truncate-all="64to32" -lmpfr -lm && %s.a.out | FileCheck --check-prefix TO_32 %s; fi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should eventually fix this but good enough for now

@wsmoses wsmoses merged commit 1e80e7a into main Apr 15, 2024
46 checks passed
@wsmoses wsmoses deleted the mpfr_fixes branch April 15, 2024 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants