forked from boostorg/multiprecision
-
Notifications
You must be signed in to change notification settings - Fork 1
Cpp double fp backend #191
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
Merged
Merged
Conversation
This file contains hidden or 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
Try and optimize small integer powers.
…into cpp_double_fp_backend
Fix some gcc-13 warnings.
…into cpp_double_fp_backend
Suppress warnings caused by use of -Wswitch_default on GCC
fix the mpfr stack str bug of the deadloop in the `while`
* Suppress warnings caused by -Wimplicit-fallthrough * Add and replace definition of BOOST_FALLTHROUGH with MP version --------- Co-authored-by: Matt Borland <matt@mattborland.com>
…_form_of_user_defined_literal_operator Don't use deprecated form of user-defined literal operator
Don't use deprecated form of user-defined literal operator around BOOST_JOIN
fixes the following error: ``` 1>time.cpp 1>D:\work-pps\boost_1_87_0\boost\multiprecision\cpp_int\literals.hpp(270,1): warning C5103: pasting '""_cppi' and '128' does not result in a valid preprocessing token 1>(compiling source file '../src/time.cpp') 1> D:\work-pps\boost_1_87_0\boost\multiprecision\cpp_int\literals.hpp(252,9): 1> in expansion of macro 'BOOST_MP_DEFINE_SIZED_CPP_INT_LITERAL' 1> D:\work-pps\boost_1_87_0\boost\config\helper_macros.hpp(33,9): 1> in expansion of macro 'BOOST_JOIN' 1> D:\work-pps\boost_1_87_0\boost\config\helper_macros.hpp(34,9): 1> in expansion of macro 'BOOST_DO_JOIN' 1> D:\work-pps\boost_1_87_0\boost\config\helper_macros.hpp(35,9): 1> in expansion of macro 'BOOST_DO_JOIN2' 1>D:\work-pps\boost_1_87_0\boost\multiprecision\cpp_int\literals.hpp(270,1): error C2988: unrecognizable template declaration/definition ```
Fix compilation when building with msvc's new preprocessor
Further protect attribute to avoid warnings
Fix boostorg#670 via repair lowest() and add tests
Fix boostorg#662 via update and correct docs and badges
Update github actions
Fix boostorg#673 via handle implicit fallthrough warn on no-except
…into cpp_double_fp_backend # Conflicts: # .github/workflows/multiprecision.yml # README.md
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.