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

bitshifter / glam-rs / 395 / 2
94%
main: 97%

Build:
Build:
LAST BUILD BRANCH: more-vec-methods
DEFAULT BRANCH: main
Ran 28 Jun 2020 08:44AM UTC
Files 27
Run time 1s
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 Jun 2020 08:29AM UTC coverage: 86.985% (+1.6%) from 85.406%
CARGO_FEATURES="mint rand serde scalar-math debug-glam-assert transform-types"

push

travis-ci

web-flow
Split `Vec3` into 12 byte scalar implementation and 16 byte aligned SIMD implementation (#64)

* `Vec3` is now always stored as `(f32, f32, f32)` and always has a natural alignment of 4 bytes
* `Vec3A` is stored as `__m128` when available and is always 16 byte aligned
* `Vec3Mask` and `Vec3AMask` correspond to the `Vec3` and `Vec3A` types
* `Mat3` uses the `Vec3` type for storage and now always has a natural alignment of 4 bytes, note there are some performance regressions in `Mat3` due to this change
* Removed the `packed-vec3` feature as it is no longer necessary
* `Vec4::truncate` now returns `Vec3A` as this is effectively free
* Added `Quat` * `Vec3A`
* Added f32 / VecN ops.
* Removed usage of `#[cfg_attr(tarpaulin, skip)]`

Fixes #36

4311 of 4956 relevant lines covered (86.99%)

1.48 hits per line

Source Files on job 395.2 (CARGO_FEATURES="mint rand serde scalar-math debug-glam-assert transform-types")
  • Tree
  • List 0
  • Changed 22
  • Source Changed 21
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 338
  • Travis Job 395.2
  • d1b83da5 on github
  • Prev Job for CARGO_FEATURES="mint rand serde scalar-math debug-glam-assert transform-types" on master (#377.3)
  • Next Job for CARGO_FEATURES="mint rand serde scalar-math debug-glam-assert transform-types" on master (#398.2)
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