What's Changed
- Add more tests on matrix inversion by @beomki-yeo in #147
- feat: add pre-commit checks to repo by @niermann999 in #151
- fix: build Vc plugin for apple clang by @niermann999 in #152
- feat: Cleanup benchmark names and add inversion and determinant by @niermann999 in #148
- fix: algorithm selection for 4x4 matrices by @niermann999 in #150
- Minor fixes and improvements by @wermos in #154
- Added Fastor to the benchmark suite by @wermos in #153
- feat: loop unrolling and switch to constexpr by @niermann999 in #149
- feat: vectorized implementation of the cross poduct by @niermann999 in #155
- ref: Improve the stream operator for matrices and vectors by @niermann999 in #156
- ref: Update externals by @niermann999 in #157
- Prevent CMake flags from propagating to parent by @stephenswat in #158
- feat: approximately equal for algebra types by @niermann999 in #160
- feat: Algebra type casts by @niermann999 in #159
Full Changelog: v0.26.2...v0.27.0