-
Notifications
You must be signed in to change notification settings - Fork 10
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 a new backend to multiprecision to be used exclusively with modular_adaptor, remove all code that belongs to boost [SyncWith: crypto3-multiprecision#70] #66
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bee68a8
to
4db79d4
Compare
ae96560
to
108e480
Compare
52675ee
to
dead8ec
Compare
2790afb
to
910b5eb
Compare
f265b96
to
2a191d6
Compare
b9db3e7
to
524b928
Compare
Tests will be run in sync with other PRs containing |
b98584f
to
43e77a7
Compare
2925856
to
7abffac
Compare
x-mass
reviewed
May 10, 2024
4433d9e
to
c60fcb7
Compare
7aaf6b6
to
6161c51
Compare
x-mass
approved these changes
May 15, 2024
6161c51
to
666269f
Compare
666269f
to
3eb9cef
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
P.S. From tests only test_modular_adaptor_fixed.cpp, test_inverse.cpp and test_ressol.cpp work. We have a separate task to fix all the tests that I have not deleted. Please do not review those tests.