-
Notifications
You must be signed in to change notification settings - Fork 9
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
Multiprecision refactoring and tests #204
Conversation
f5b317c
to
4ec6f44
Compare
Clang Test Results 158 files - 1 158 suites - 1 16m 17s ⏱️ -6s Results for commit b9f3c8c. ± Comparison against base commit 79c9289. This pull request removes 9 and adds 4003 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Gcc Test Results 158 files - 1 158 suites - 1 16m 39s ⏱️ -57s Results for commit b9f3c8c. ± Comparison against base commit 79c9289. This pull request removes 9 and adds 4003 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
f022aa0
to
cbf94ae
Compare
e95de6b
to
c37ea13
Compare
eab7df5
to
b9f3c8c
Compare
Moved all operators into class definitions, moved things around.
Also implemented json-based tests which replace the ones based on
boost::multiprecision::cpp_int
conversions.