Skip to content

Conversation

mborland
Copy link
Member

@mborland mborland commented Jan 3, 2025

Introduces a proper FMA and also a template that allows for us to skip all the non-finite checks as suggested by @ckormanyos

Closes: #769

Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.7%. Comparing base (b9adb39) to head (30c0fba).
Report is 24 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #770     +/-   ##
=========================================
- Coverage     98.7%   98.7%   -0.0%     
=========================================
  Files          223     223             
  Lines        16728   16742     +14     
  Branches      1796    1798      +2     
=========================================
+ Hits         16503   16516     +13     
- Misses         225     226      +1     
Files with missing lines Coverage Δ
include/boost/decimal/decimal32.hpp 98.6% <ø> (ø)
include/boost/decimal/decimal32_fast.hpp 96.5% <ø> (-0.3%) ⬇️
include/boost/decimal/detail/cmath/fma.hpp 100.0% <100.0%> (ø)
include/boost/decimal/detail/mul_impl.hpp 93.6% <ø> (-0.5%) ⬇️
include/boost/decimal/literals.hpp 100.0% <100.0%> (ø)
test/test_big_uints.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 b9adb39...30c0fba. Read the comment docs.

@mborland mborland merged commit ca9fb0a into develop Jan 6, 2025
65 checks passed
@mborland mborland deleted the 32fma branch January 6, 2025 18: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.

Re-design Proper FMAs
1 participant