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

Implement basic arithmetic for decimal128_fast #635

Merged
merged 12 commits into from
Jun 5, 2024
Merged

Conversation

mborland
Copy link
Member

@mborland mborland commented Jun 5, 2024

No description provided.

Copy link

codecov bot commented Jun 5, 2024

Codecov Report

Attention: Patch coverage is 98.88889% with 3 lines in your changes missing coverage. Please review.

Project coverage is 99.1%. Comparing base (026f3fa) to head (8e15a95).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #635     +/-   ##
=========================================
+ Coverage     99.1%   99.1%   +0.1%     
=========================================
  Files          217     218      +1     
  Lines        15014   15212    +198     
  Branches      1648    1668     +20     
=========================================
+ Hits         14866   15064    +198     
  Misses         148     148             
Files Coverage Δ
include/boost/decimal/decimal128.hpp 97.5% <100.0%> (-0.1%) ⬇️
include/boost/decimal/detail/add_impl.hpp 100.0% <100.0%> (ø)
include/boost/decimal/detail/cmath/fma.hpp 100.0% <100.0%> (ø)
include/boost/decimal/detail/div_impl.hpp 100.0% <100.0%> (ø)
include/boost/decimal/detail/mul_impl.hpp 100.0% <100.0%> (ø)
test/random_decimal128_fast_math.cpp 100.0% <100.0%> (ø)
include/boost/decimal/decimal128_fast.hpp 96.8% <99.0%> (+9.8%) ⬆️
include/boost/decimal/detail/sub_impl.hpp 96.6% <92.9%> (-1.7%) ⬇️

... 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 026f3fa...8e15a95. Read the comment docs.

@mborland mborland merged commit 5136dca into develop Jun 5, 2024
65 of 66 checks passed
@mborland mborland deleted the dec128_fast_math branch June 5, 2024 16:13
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