Fixed ldexp and frexp implementations

This commit is contained in:
Christophe Riccio
2013-09-17 01:16:00 +02:00
parent dddcbe58e6
commit aa0b2a5e28
2 changed files with 26 additions and 7 deletions

View File

@@ -59,11 +59,12 @@ GLM 0.9.5.0: 2013-XX-XX
- Optimized packing and unpacking functions
- Removed the normalization of the up argument of lookAt function (#114)
- Added low precision specializations of inversesqrt
- Fixed ldexp implementation
- Fixed ldexp and frexp implementations
- Increased assert coverage
- Increased static_assert coverage
- Replaced GLM traits by STL traits when possible
- Allowed including individual core feature
- Increased unit tests completness
================================================================================
GLM 0.9.4.6: 2013-09-15