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

Add conversions for builtin 128-bit types #340

Merged
merged 5 commits into from
Nov 20, 2023
Merged

Add conversions for builtin 128-bit types #340

merged 5 commits into from
Nov 20, 2023

Conversation

mborland
Copy link
Member

Closes: #337

Copy link

codecov bot commented Nov 20, 2023

Codecov Report

Merging #340 (549668f) into develop (270204a) will increase coverage by 0.1%.
The diff coverage is 100.0%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #340     +/-   ##
=========================================
+ Coverage     97.6%   97.6%   +0.1%     
=========================================
  Files           73      73             
  Lines         3342    3346      +4     
=========================================
+ Hits          3261    3265      +4     
  Misses          81      81             
Files Coverage Δ
include/boost/decimal/decimal128.hpp 95.6% <ø> (ø)
include/boost/decimal/decimal32.hpp 99.9% <100.0%> (+0.1%) ⬆️
include/boost/decimal/decimal64.hpp 98.6% <100.0%> (+0.1%) ⬆️
include/boost/decimal/detail/emulated128.hpp 91.5% <100.0%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 270204a...549668f. Read the comment docs.

@mborland mborland merged commit a1956a6 into develop Nov 20, 2023
49 checks passed
@mborland mborland deleted the 128 branch November 20, 2023 12:08
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.

Conversions for __int128 and unsigned __int128
1 participant