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

bitshifter / glam-rs / 32240540256
99%

Build:
DEFAULT BRANCH: main
Ran 19 Aug 2026 10:01AM 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

19 Aug 2026 10:00AM UTC coverage: 99.094%. Remained the same
32240540256

push

github

web-flow
fix: fix remaining 32-bit layout tests and add i686 CI coveragees (#784)

Fixes the remaining 32-bit target test failures from #770 that the
earlier Debian-driven fixes (#771, #775, #781) missed.

- `I64Vec2`/`U64Vec2`/`I64Vec4`/`U64Vec4` alignment tests hard-coded
8-byte alignment; on 32-bit targets i64/u64 align to 4 bytes. Compare
against the scalar alignment instead (same pattern as #781).
- `test_arbitrary_usize`/`test_arbitrary_isize` sized input by
`size_of::<usize>()`, but `arbitrary` ≥ 1.4 forwards `usize`/`isize` to
`u64`/`i64` (8 bytes per value on all targets), so the tests ran out of
input on 32-bit.

Adds a `test-i686` job to CI that runs all feature sets on
`i686-unknown-linux-gnu` (gcc-multilib + rustup target) so these
regressions are caught upstream instead of by downstream packagers.

Validated all 9 feature sets on i686 via `cross` (cuda, scalar-math,
libm) plus the host x86_64 suite; lints (fmt/clippy/codegen/doc) are
green.

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

95290 of 96161 relevant lines covered (99.09%)

119592.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 native_simd-macos-latest - 32240540256.1 19 Aug 2026 10:02AM UTC 121
98.97
GitHub Action Run
2 core_simd-ubuntu-latest - 32240540256.2 19 Aug 2026 10:02AM UTC 120
98.95
GitHub Action Run
3 native_simd-ubuntu-latest - 32240540256.3 19 Aug 2026 10:02AM UTC 121
99.01
GitHub Action Run
4 scalar_math-ubuntu-latest - 32240540256.4 19 Aug 2026 10:01AM UTC 120
99.05
GitHub Action Run
Source Files on build 32240540256
  • Tree
  • List 153
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32240540256
  • 6fd1f1fd on github
  • Prev Build on main (#32232113939)
  • Next Build on main (#32240752163)
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