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

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

Build:
Build:
LAST BUILD BRANCH: more-vec-methods
DEFAULT BRANCH: main
Ran 28 Jun 2020 08:43AM UTC
Files 27
Run time 2s
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: 89.445% (+1.7%) from 87.709%
CARGO_FEATURES="mint rand serde 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

4449 of 4974 relevant lines covered (89.45%)

1.52 hits per line

Source Files on job 395.1 (CARGO_FEATURES="mint rand serde 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.1
  • d1b83da5 on github
  • Prev Job for CARGO_FEATURES="mint rand serde debug-glam-assert transform-types" on master (#377.1)
  • Next Job for CARGO_FEATURES="mint rand serde debug-glam-assert transform-types" on master (#398.1)
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