Fixed GTC_packing test failing on GCC x86 due to denorms #212 #577

This commit is contained in:
Christophe Riccio 2016-11-20 20:59:54 +01:00
parent ce8b8bd93e
commit deb8048268

View File

@ -53,7 +53,7 @@ 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 #### [GLM 0.9.8.4](https://github.com/g-truc/glm/tree/0.9.8) - 201X-XX-XX
##### Fixes: ##### Fixes:
- Fixed GTC_packing test failing on GCC x86 due to denorms #212 - 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 #### [GLM 0.9.8.3](https://github.com/g-truc/glm/releases/tag/0.9.8.3) - 2016-11-12
##### Improvements: ##### Improvements: