Added Visual C++ Clang toolset detection

This commit is contained in:
Christophe Riccio
2016-05-23 19:25:07 +02:00
parent dcffcbdc97
commit 2a4c7e77d6
2 changed files with 268 additions and 0 deletions

View File

@@ -52,6 +52,10 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
## Release notes
#### [GLM 0.9.7.5](https://github.com/g-truc/glm/tree/0.9.7) - 2016-0X-XX
##### Improvements:
- Added Visual C++ Clang toolset detection
##### Fixes:
- Fixed uaddCarry warning #497
- Fixed roundPowerOfTwo and floorPowerOfTwo #503