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

stillwater-sc / universal / 26489863160
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 27 May 2026 04:36AM UTC
Jobs 1
Files 661
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

27 May 2026 03:58AM UTC coverage: 83.982% (-0.03%) from 84.014%
26489863160

push

github

web-flow
perf(bfloat16): marshal exponent functions through float; add IEEE special-case tests (#1017)

Addresses PR #1015 review feedback on the new bfloat16 exponent-manipulation
functions (ldexp/frexp/scalbn/logb/ilogb, issue #941).

- Maintainer (Ravenwater): marshal through float instead of double. A bfloat16
  is the high 16 bits of an IEEE float32 and shares its 8-bit exponent field, so
  bfloat16 -> float is exact and covers bfloat16's entire exponent range. float
  is therefore the natural, cheaper marshalling type for exponent manipulation
  (no widening to double); results are identical, only the conversion is cheaper.
- CodeRabbit: extend the test corpus with IEEE special cases. Added a section
  exercising +0/-0, +/-inf, and NaN: frexp/ldexp/scalbn preserve the value class,
  and ilogb returns the std sentinels (FP_ILOGB0, INT_MAX, FP_ILOGBNAN).

Verified gcc+clang.

Relates to #941

5 of 5 new or added lines in 1 file covered. (100.0%)

20 existing lines in 3 files now uncovered.

46866 of 55805 relevant lines covered (83.98%)

5776355.7 hits per line

Coverage Regressions

Lines Coverage ∆ File
10
31.43
-3.57% include/sw/universal/verification/test_suite_randoms.hpp
8
93.64
-0.47% include/sw/universal/number/cfloat/cfloat_impl.hpp
2
89.78
0.0% include/sw/universal/number/posito/posito_impl.hpp
Jobs
ID Job ID Ran Files Coverage
1 26489863160.1 27 May 2026 04:36AM UTC 661
83.98
GitHub Action Run
Source Files on build 26489863160
  • Tree
  • List 661
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26489863160
  • 4abc1404 on github
  • Prev Build on main (#26489312122)
  • Next Build on main (#26489993803)
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