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 decimal128_fast scalblnd implementation #821

Merged
merged 2 commits into from
Jan 24, 2025
Merged

Fix decimal128_fast scalblnd implementation #821

merged 2 commits into from
Jan 24, 2025

Conversation

mborland
Copy link
Member

Closes: #805

Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.9%. Comparing base (437d912) to head (1b8a11b).
Report is 6 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #821     +/-   ##
=========================================
+ Coverage     98.9%   98.9%   +0.1%     
=========================================
  Files          230     231      +1     
  Lines        17055   17084     +29     
  Branches      1808    1810      +2     
=========================================
+ Hits         16864   16894     +30     
+ Misses         191     190      -1     
Files with missing lines Coverage Δ
include/boost/decimal/decimal128_fast.hpp 98.4% <100.0%> (+0.1%) ⬆️
test/github_issue_805.cpp 100.0% <100.0%> (ø)

... and 3 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 437d912...1b8a11b. Read the comment docs.

@mborland mborland merged commit 088a48f into develop Jan 24, 2025
75 checks passed
@mborland mborland deleted the 805 branch January 24, 2025 00:42
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.

Incorrect scalblnd128f
1 participant