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

bitshifter / glam-rs / 32121539799
99%

Build:
DEFAULT BRANCH: main
Ran 18 Aug 2026 09:26AM UTC
Jobs 4
Files 153
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

18 Aug 2026 09:25AM UTC coverage: 99.093%. Remained the same
32121539799

push

github

web-flow
fix: ISizeVec layout checks on 32-bit targets (#775)

Mirrors the USizeVec fix from #771 for the `ISizeVec` types, which were
added after the version (0.30.1) that prompted that fix and have the
same CUDA layout issues.

- `ISizeVec2` is `repr(align(16))` with the `cuda` feature, so on 32-bit
targets its size is 16 bytes, not `size_of::<isize>() * 2` (8 bytes).
This caused a compile-time `E0080` in the `src/isize.rs` const assertion
and a runtime test failure when building with all features on
i386/armhf.
- The `ISizeVec2`/3/4 integration test layout assertions hardcoded the
64-bit sizes and alignment, which also fail on 32-bit targets.

This addresses the remaining part of #770 for the `isize` types.

95259 of 96131 relevant lines covered (99.09%)

119629.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 core_simd-ubuntu-latest - 32121539799.1 18 Aug 2026 09:27AM UTC 120
98.97
GitHub Action Run
2 native_simd-macos-latest - 32121539799.2 18 Aug 2026 09:26AM UTC 121
99.02
GitHub Action Run
3 native_simd-ubuntu-latest - 32121539799.3 18 Aug 2026 09:26AM UTC 121
99.01
GitHub Action Run
4 scalar_math-ubuntu-latest - 32121539799.4 18 Aug 2026 09:26AM UTC 120
98.99
GitHub Action Run
Source Files on build 32121539799
  • Tree
  • List 153
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32121539799
  • 5f79925b on github
  • Prev Build on main (#32120236747)
  • Next Build on main (#32122118323)
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