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

kaidokert / fixed-bigint-rs / 26999386927
98%
main: 98%

Build:
Build:
LAST BUILD BRANCH: asm-grep-helper-scope
DEFAULT BRANCH: main
Ran 05 Jun 2026 06:30AM UTC
Jobs 1
Files 26
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

05 Jun 2026 06:29AM UTC coverage: 98.316%. Remained the same
26999386927

Pull #122

github

kaidokert
Allowlist armv6m-only compiler-rt runtime helpers

Cortex-M0 reaches a few more compiler-rt symbols transitively because
the ISA itself lacks the relevant instruction:

  __clzsi2 / __clzdi2 — software CLZ (no `clz` on armv6m)
  __udivmodsi4        — software u32 division (no `udiv`)
  __aeabi_llsl / llsr — i64 shifts (no native 64-bit shifts)

Each is branchful on a count or magnitude operand which is a public
parameter at every callsite our Ct primitives reach them through.
Added to the thumbv6m-only extras list rather than the shared one —
they're symptoms of the missing-instruction problem, not class-wide
runtime helpers (other targets in the matrix have native CLZ/UDIV
and don't pull these in).
Pull Request #122: Extend asm-grep scope to follow helpers reachable from fixtures

2860 of 2909 relevant lines covered (98.32%)

367.57 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26999386927.1 05 Jun 2026 06:30AM UTC 26
98.32
GitHub Action Run
Source Files on build 26999386927
  • Tree
  • List 26
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26999386927
  • Pull Request #122
  • PR Base - main (#26997019830)
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