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

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

Build:
Build:
LAST BUILD BRANCH: more-vec-methods
DEFAULT BRANCH: main
Ran 28 Jun 2020 08:43AM UTC
Jobs 2
Files 27
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

pending completion
395

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%)

2.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 395.1 (CARGO_FEATURES="mint rand serde debug-glam-assert transform-types") 28 Jun 2020 08:43AM UTC 0
89.45
Travis Job 395.1
2 395.2 (CARGO_FEATURES="mint rand serde scalar-math debug-glam-assert transform-types") 28 Jun 2020 08:44AM UTC 0
86.99
Travis Job 395.2
Source Files on build 395
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #395
  • d1b83da5 on github
  • Prev Build on master (#377)
  • Next Build on master (#398)
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