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

Improve some basic 128-bit operations #560

Merged
merged 8 commits into from
May 15, 2024
Merged

Improve some basic 128-bit operations #560

merged 8 commits into from
May 15, 2024

Conversation

mborland
Copy link
Member

Closes: #557

Copy link

codecov bot commented May 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.8%. Comparing base (701d32e) to head (576011b).
Report is 3 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #560     +/-   ##
=========================================
- Coverage     98.8%   98.8%   -0.0%     
=========================================
  Files          192     192             
  Lines        11514   11480     -34     
  Branches      1391    1389      -2     
=========================================
- Hits         11375   11341     -34     
  Misses         139     139             
Files Coverage Δ
include/boost/decimal/decimal128.hpp 97.2% <100.0%> (-<0.1%) ⬇️
...lude/boost/decimal/detail/integer_search_trees.hpp 100.0% <100.0%> (ø)
test/test_to_chars.cpp 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 701d32e...576011b. Read the comment docs.

@mborland mborland merged commit 3ebfb24 into develop May 15, 2024
63 checks passed
@mborland mborland deleted the fix_basic branch May 15, 2024 11:33
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.

Improve num_digits calculations
1 participant