glam v0.21.2 Release Notes

Release Date: 2022-06-25 // almost 2 years ago
  • ๐Ÿ›  Fixed

    • โช Restore missing $crate:: prefix in deprecated const_* macros.

    • ๐Ÿ›  Fixed some performance regressions in affine and matrix determinant and inverses due to lack of inlining.

    • ๐Ÿ›  Fixed some performance regressions in the SSE2 Vec3A to Vec3 from conversion.

    โž• Added

    • Implemented BitXor and BitXorAssign traits for bool vectors.