v0.4.9
版本发布时间: 2018-10-19 15:01:16
recp/cglm最新发布版本:v0.9.4(2024-04-01 23:10:19)
New Features or Improvements:
- identiy helper for arrays (matrix/quaternion). This helpers will make each item of array identity matrix/quaternion.
- define math constants in cglm header ( @hartenfels ). Now cglm does not depends on platform specific math constants
Bugfixes:
- avx: replace binary constants with hex. Binary constants are GCC extensions ( thanks to @jonathanplatzer )
- avx: fix
glm_mul_avx()
.