Fixed excessive GTX_fast_trigonometry execution time #396

This commit is contained in:
Christophe Riccio
2015-09-06 21:36:05 +02:00
parent d7b01eb9ad
commit 992a56089b
2 changed files with 27 additions and 27 deletions

View File

@@ -60,6 +60,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Fixed link errors on compilers not supported default function #377
- Fixed compilation warnings in vec4
- Fixed non-identity quaternions for equal vectors #234
- Fixed excessive GTX_fast_trigonometry execution time #396
#### [GLM 0.9.7.0](https://github.com/g-truc/glm/releases/tag/0.9.7.0) - 2015-08-02
##### Features: