Fixed GLM test '/fp:fast' and '/Za' command-line options are incompatible

This commit is contained in:
Christophe Riccio
2016-07-16 23:54:11 +02:00
parent 7eb0adb7a5
commit 21a9d4ce18
2 changed files with 18 additions and 16 deletions

View File

@@ -88,6 +88,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Fixed sign with signed integer function on non-x86 architecture
- Fixed strict aliasing warnings #473
- Fixed missing vec1 overload to length2 and distance2 functions #431
- Fixed GLM test '/fp:fast' and '/Za' command-line options are incompatible
##### Deprecation:
- Removed GLM_FORCE_SIZE_FUNC define