v0.7.6
版本发布时间: 2020-06-13 04:42:09
recp/cglm最新发布版本:v0.9.4(2024-04-01 23:10:19)
Critical Bugfix:
- neon: fix vec4_muladds (critical): https://github.com/recp/cglm/commit/f49e8f99914e9739fef1daf47f58748cb749877d
Bugfixes and Improvements:
Core
- Use epsilon to compare
vec2/vec3/vec4_eq_all
- mat2: suppress warnings for initializing mat2 sruct
Build
- Build: Improve CMake build integration
- Build: Update CMake to export Config to use find_package()
- Build: Drop pedantic from C Flags and allow extensions
Tests
- tests: add option to disable colors in test output
- tests: add test for frustum
New Features:
- Option to override
FLT_EPSILON
withGLM_FLT_EPSILON