Fixed ldexp and frexp compilation errors

This commit is contained in:
humbletim
2015-12-19 19:22:33 -05:00
committed by Christophe Riccio
parent 1936921ec7
commit 52c9f124e3
3 changed files with 93 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Fixed GTC_packing unpackUnorm3x10_1x2 #414
- Fixed GTC_matrix_inverse affineInverse #192
- Fixed ICC on Linux build errors #449
- Fixed ldexp and frexp compilation errors
#### [GLM 0.9.7.1](https://github.com/g-truc/glm/releases/tag/0.9.7.1) - 2015-09-07
##### Improvements: