JuliaGraphics / Colors.jl

Color manipulation utilities for Julia
Other
200 stars 44 forks source link

Improve stability of accuracy in `DE_BFD` #545

Closed kimikage closed 1 month ago

kimikage commented 1 month ago

This makes it less likely that muladd will make the difference between being fused or not.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.90%. Comparing base (f0a508b) to head (17aaf86). Report is 5 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #545 +/- ## ========================================== + Coverage 98.82% 98.90% +0.07% ========================================== Files 10 10 Lines 1281 1281 ========================================== + Hits 1266 1267 +1 + Misses 15 14 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.