Tentative fix for strict aliasing warning in GCC 4.8.1 / Android NDK 9c (#152)

This commit is contained in:
Christophe Riccio
2014-02-08 14:10:00 +01:00
parent 577ee319e6
commit a8fd81850f
4 changed files with 35 additions and 23 deletions

View File

@@ -47,6 +47,7 @@ GLM 0.9.5.2: 2014-02-08
- Fixed undefined reference to fastInverseSqrt (#161)
- Fixed GLM_FORCE_RADIANS with <glm/ext.hpp> build error (#165)
- Fix dot product clamp range for vector angle functions. (#163)
- Tentative fix for strict aliasing warning in GCC 4.8.1 / Android NDK 9c (#152)
================================================================================
GLM 0.9.5.1: 2014-01-11