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 proper 64 bit FMA #779

Merged
merged 4 commits into from
Jan 7, 2025
Merged

Implement proper 64 bit FMA #779

merged 4 commits into from
Jan 7, 2025

Conversation

mborland
Copy link
Member

@mborland mborland commented Jan 7, 2025

Also updates the special function evaluation to use our unchecked FMA to speed things up as suggested by @ckormanyos

Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.9%. Comparing base (50b689c) to head (2030636).
Report is 6 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #779     +/-   ##
=========================================
- Coverage     98.9%   98.9%   -0.0%     
=========================================
  Files          225     225             
  Lines        16886   16915     +29     
  Branches      1804    1806      +2     
=========================================
+ Hits         16686   16714     +28     
- Misses         200     201      +1     
Files with missing lines Coverage Δ
include/boost/decimal/detail/cmath/fma.hpp 100.0% <100.0%> (ø)
.../decimal/detail/cmath/impl/remez_series_result.hpp 100.0% <100.0%> (ø)
...decimal/detail/cmath/impl/taylor_series_result.hpp 100.0% <100.0%> (ø)

... and 4 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 50b689c...2030636. Read the comment docs.

@mborland mborland merged commit 5d918fe into develop Jan 7, 2025
75 checks passed
@mborland mborland deleted the 64fmas branch January 7, 2025 22: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.

1 participant