This release includes 2 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+10 more
Summary
AI summaryRemoved transpose accessors like topLeftT and rightT, improving performance.
Full changelog
Improvements in operator*() performance across the board. Essentially avoid 6x6 maths and work with 3D operators. Reduces memory 'traffic' and allows GLM optimisations to work, at the expense of some clarity.
Removed transpose accessors such as topLeftT and rightT. It is faster to use arb::transpose. Less interface clutter.
Removed unnecessary const declarations from method returns. This should facilitate compiler optimisation.
Breaking Changes
- Removed transpose accessors such as topLeftT and rightT; use arb::transpose instead.
- Removed unnecessary const declarations from method return types.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About ARB
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]