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

Refactor decimal32 FMA implementation #555

Merged
merged 2 commits into from
May 14, 2024
Merged

Refactor decimal32 FMA implementation #555

merged 2 commits into from
May 14, 2024

Conversation

mborland
Copy link
Member

Closes: #554

Copy link

codecov bot commented May 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.8%. Comparing base (36c8560) to head (df3872e).
Report is 8 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #555     +/-   ##
=========================================
+ Coverage     98.8%   98.8%   +0.1%     
=========================================
  Files          192     192             
  Lines        11511   11514      +3     
  Branches      1386    1391      +5     
=========================================
+ Hits         11372   11375      +3     
  Misses         139     139             
Files Coverage Δ
include/boost/decimal/decimal32.hpp 99.7% <ø> (-<0.1%) ⬇️
include/boost/decimal/detail/cmath/fma.hpp 100.0% <100.0%> (ø)
test/test_cmath.cpp 100.0% <ø> (ø)

... and 1 file 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 36c8560...df3872e. Read the comment docs.

@mborland mborland merged commit 701d32e into develop May 14, 2024
63 checks passed
@mborland mborland deleted the FMA branch May 14, 2024 10:30
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 d32 FMA
1 participant