- Fixed builtin bitscan always used even when GLM_FORCE_PURE requested #392

This commit is contained in:
Christophe Riccio
2015-09-06 22:02:54 +02:00
parent 0dd4cc4356
commit d8d954fca0
2 changed files with 116 additions and 115 deletions

View File

@@ -62,6 +62,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Fixed non-identity quaternions for equal vectors #234
- Fixed excessive GTX_fast_trigonometry execution time #396
- Fixed Visual Studio 2015 'hides class member' warnings #394
- Fixed builtin bitscan always used even when GLM_FORCE_PURE requested #392
#### [GLM 0.9.7.0](https://github.com/g-truc/glm/releases/tag/0.9.7.0) - 2015-08-02
##### Features: