Skip to content

3.5.2

Compare
Choose a tag to compare
@redorav redorav released this 24 Sep 09:01
· 26 commits to master since this release
  • Fix matrix cast in AVX (from float4x4 to 3x3)
  • First usage of AVX512 for the sign function
  • Address-of operator for swizzle returns address of float (e.g. &vector.z returns address of third component, not of swizzle struct)
  • Add store and load for quaternions