- Fixed Visual C++ SIMD instruction set automatic detection in 64 bits

This commit is contained in:
Christophe Riccio
2016-04-30 16:23:55 +02:00
parent 9770c9f73d
commit e9bb34fb78
2 changed files with 9 additions and 1 deletions

View File

@@ -54,6 +54,8 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
#### [GLM 0.9.7.5](https://github.com/g-truc/glm/tree/0.9.7) - 2016-0X-XX
##### Fixes:
- Fixed uaddCarry warning #497
- Fixed roundPowerOfTwo and floorPowerOfTwo #503
- Fixed Visual C++ SIMD instruction set automatic detection in 64 bits
#### [GLM 0.9.7.4](https://github.com/g-truc/glm/releases/tag/0.9.7.4) - 2016-03-19
##### Fixes: