• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stillwater-sc / universal / 28439329267
85%
master: 84%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 30 Jun 2026 11:43AM UTC
Jobs 1
Files 692
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 Jun 2026 10:59AM UTC coverage: 84.607% (-0.03%) from 84.633%
28439329267

push

github

web-flow
feat(efloat): implement mathematical minimum, maximum, and difference library (#1128)

* feat(efloat): implement mathematical minimum, maximum, and difference library (#1117)

Implement min(), max(), fmin(), fmax() (with NaN-suppressing capabilities), and
fdim() (positive difference) inside math/minmax.hpp.

Register math/minmax.hpp inside our master efloat mathlib.hpp header.

Create minmax.cpp inside elastic/efloat/math/ to verify all minimum, maximum, and
difference functions, testing boundary cases and NaN suppression.

Resolves #1117
Relates to parent Issue #1092, Epic #1101

* fix(efloat): resolve CodeRabbit review comments on minmax library

1. Implement IEEE-754 signed-zero tie-breaking in fmin() and fmax() inside math/minmax.hpp:
   return negative zero for fmin(-0.0, +0.0), and return positive zero for
   fmax(-0.0, +0.0) by performing an explicit zero-sign check on equal-zero ties.

2. Update regressions: expand minmax.cpp to cover fmin/fmax signed-zero tie-breaking and
   fdim NaN-propagation.

Resolves #1117, PR #1128

21 of 23 new or added lines in 1 file covered. (91.3%)

22 existing lines in 4 files now uncovered.

49164 of 58109 relevant lines covered (84.61%)

6684200.88 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
91.3
include/sw/universal/number/efloat/math/minmax.hpp

Coverage Regressions

Lines Coverage ∆ File
10
31.43
-3.57% include/sw/universal/verification/test_suite_randoms.hpp
8
93.95
-0.47% include/sw/universal/number/cfloat/cfloat_impl.hpp
3
55.86
0.9% include/sw/universal/verification/posit_test_suite_randoms.hpp
1
80.8
0.0% include/sw/universal/number/posit1/specialized/posit_16_1.hpp
Jobs
ID Job ID Ran Files Coverage
1 28439329267.1 30 Jun 2026 11:43AM UTC 692
84.61
GitHub Action Run
Source Files on build 28439329267
  • Tree
  • List 692
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28439329267
  • f9d7f351 on github
  • Prev Build on main (#28368322669)
  • Next Build on main (#28460029221)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc