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

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

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 21 Mar 2026 01:30PM UTC
Jobs 1
Files 627
Run time 1min
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

21 Mar 2026 01:01PM UTC coverage: 84.403% (-0.02%) from 84.425%
23380239155

push

github

web-flow
fix(cfloat): make operator== treat +0 and -0 as equal per IEEE-754 (#606)

* fix(cfloat): handle IEEE-754 subnormal source values in convert_ieee754

Subnormal float/double inputs were silently converted to zero for
non-exact-match cfloat configurations. Normalize subnormal sources
before conversion and add subnormal-in-target handling for the
upscale path.

* fix(cfloat): clamp block shift bounds in multi-block right shift

* fix(cfloat): add round-to-nearest-even for subnormal-in-target right shifts

When a normalized subnormal source has an exponent below the target
cfloat's MIN_EXP_NORMAL, the upscale path must right-shift the
significand. Previously this truncated discarded bits; now it
extracts guard/round/sticky bits and rounds to nearest-even,
matching the existing downscale rounding logic.

34 of 47 new or added lines in 1 file covered. (72.34%)

5 existing lines in 2 files now uncovered.

44341 of 52535 relevant lines covered (84.4%)

6092274.11 hits per line

Uncovered Changes

Lines Coverage ∆ File
13
95.11
-0.82% include/sw/universal/number/cfloat/cfloat_impl.hpp

Coverage Regressions

Lines Coverage ∆ File
3
80.58
-0.67% include/sw/universal/number/posit1/specialized/posit_16_1.hpp
2
95.11
-0.82% include/sw/universal/number/cfloat/cfloat_impl.hpp
Jobs
ID Job ID Ran Files Coverage
1 23380239155.1 21 Mar 2026 01:30PM UTC 627
84.4
GitHub Action Run
Source Files on build 23380239155
  • Tree
  • List 627
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23380239155
  • 316ceff7 on github
  • Prev Build on main (#23355320103)
  • Next Build on main (#23381549515)
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