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

Fix slowdown with 64 bit mul #873

Merged
merged 2 commits into from
Feb 21, 2025
Merged

Fix slowdown with 64 bit mul #873

merged 2 commits into from
Feb 21, 2025

Conversation

mborland
Copy link
Member

No description provided.

Copy link

codecov bot commented Feb 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.9%. Comparing base (d625b19) to head (b71d1c9).
Report is 3 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #873     +/-   ##
=========================================
- Coverage     98.9%   98.9%   -0.0%     
=========================================
  Files          233     233             
  Lines        16779   16784      +5     
  Branches      1799    1800      +1     
=========================================
+ Hits         16579   16583      +4     
- Misses         200     201      +1     
Files with missing lines Coverage Δ
include/boost/decimal/decimal64.hpp 99.1% <100.0%> (+0.1%) ⬆️
include/boost/decimal/decimal64_fast.hpp 98.0% <ø> (ø)
include/boost/decimal/detail/mul_impl.hpp 95.8% <100.0%> (-0.1%) ⬇️
test/random_decimal64_math.cpp 100.0% <100.0%> (ø)

... and 2 files with indirect coverage changes


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 d625b19...b71d1c9. Read the comment docs.

@mborland mborland merged commit b29748c into develop Feb 21, 2025
75 checks passed
@mborland mborland deleted the mul_slowdown branch February 21, 2025 14:44
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.

1 participant