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

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

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 28 Jul 2026 03:36PM UTC
Jobs 1
Files 642
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

28 Jul 2026 02:59PM UTC coverage: 85.463% (+0.009%) from 85.454%
30371151083

push

github

web-flow
feat(takum): add fma(a,b,c) (#1235)

takum (linear takum encoding, epic #592) had no fma. Add a free sw::universal::fma
that widens to double, forms a*b + c with std::fma, and rounds the result once into
takum via the value constructor. A takum's significand precision is well under
double's 53 bits for practical configurations, so the double intermediate carries
the correctly-rounded a*b + c and the double -> takum rounding is the single rounding
that determines the result. takum's NaR state absorbs the IEEE specials (inf*0 -> NaN
-> NaR, any inf/NaN operand -> NaR).

Test (static/tapered/takum/math/fma.cpp) validates against an independent long-double
reference (off the implementation's double/std::fma path): exactness for
exactly-representable results, correctly-rounded agreement with takum(reference) over
random operands for takum<32,5> and takum<24,4>, and NaR handling for inf/NaN.
Green on gcc + clang.

Resolves #1195
Relates to #1189, #592

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

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

6 existing lines in 1 file now uncovered.

46863 of 54834 relevant lines covered (85.46%)

6785783.33 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
80.58
-1.34% include/sw/universal/number/posit1/specialized/posit_16_1.hpp
Jobs
ID Job ID Ran Files Coverage
1 30371151083.1 28 Jul 2026 03:36PM UTC 642
85.46
GitHub Action Run
Source Files on build 30371151083
  • Tree
  • List 642
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30371151083
  • c463213d on github
  • Prev Build on main (#30361765360)
  • Next Build on main (#30378198335)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc