Merge GLM 0.9.8 branch

This commit is contained in:
Christophe Riccio
2016-11-20 21:01:12 +01:00
2 changed files with 21 additions and 2 deletions

View File

@@ -78,10 +78,12 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
---
### [GLM 0.9.8.4](https://github.com/g-truc/glm/tree/0.9.8) - 201X-XX-XX
##### Fixes:
- Fixed GTC_packing test failing on GCC x86 due to denorms #212 #577
---
### [GLM 0.9.8.3](https://github.com/g-truc/glm/releases/tag/0.9.8.3) - 2016-11-12
#### Improvements:
#### [GLM 0.9.8.3](https://github.com/g-truc/glm/releases/tag/0.9.8.3) - 2016-11-12
##### Improvements:
- Broader support of GLM_FORCE_UNRESTRICTED_GENTYPE #378
#### Fixes: