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

Gsoc2021 double float chris #113

Merged
merged 464 commits into from
Dec 28, 2022
Merged

Gsoc2021 double float chris #113

merged 464 commits into from
Dec 28, 2022

Conversation

ckormanyos
Copy link
Member

No description provided.

jzmaddock and others added 30 commits December 12, 2021 13:16
So that we don't catch pre-std C++2a versions by mistake.
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
Fix selection logic in intel_intrinsics.hpp
Performance tweak to avoid unnecessary copy in add_unsigned.hpp
mborland and others added 29 commits August 3, 2022 09:06
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.
They're run on drone anyway.
Correct gcc-12 mingw failures.
Group tests to speed up GHA runs
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
@ckormanyos ckormanyos merged commit d9cf324 into develop Dec 28, 2022
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.

9 participants