forked from boostorg/multiprecision
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Gsoc2021 double float chris #113
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
So that we don't catch pre-std C++2a versions by mistake.
Update Eigen support.
Previously we were accidentally passing a negative value to the shift operator.
To do the right thing in the face of size_t bit counts.
Change all bit counts to use size_t/ptrdiff_t
To correctly exclude msvc+arm. Fixes boostorg#405
…one_fixes [ci skip]
Fix selection logic in intel_intrinsics.hpp
Performance tweak to avoid unnecessary copy in add_unsigned.hpp
Fix boostorg#485 via handle noinit warns BOOST_NO_EXCEPTIONS
…lue. Add test case. Fixes boostorg#488.
Correct import_bits when importing just the leading bits from each va…
Improve error message on standalone if missing Boost.Config
DOC: Fix a couple typos in the complex number docs.
* Correct static initialization. Previous changes to use C++11 thread safe statics mangled a few static variables leaving them non-thread-safe initialized. Do a quick review through the code to fix the remaining issues. Fixes boostorg#497.
Add C++14/17 esque helpers
They're run on drone anyway.
Correct gcc-12 mingw failures.
[CI SKIP]
Group tests to speed up GHA runs
Needed for powm. Fixes boostorg#506.
Add missing contains_self overload.
…into gsoc2021_double_float_chris # Conflicts: # .github/workflows/multiprecision_quad_double_only.yml # .gitignore # performance/performance_test.cpp # test/test_arithmetic.hpp
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.
No description provided.