Fixed sign with signed integer function on non-x86 architecture

This commit is contained in:
Christophe Riccio
2016-05-24 13:29:18 +02:00
parent 1208eb63f7
commit 72c741d8ea
5 changed files with 117 additions and 29 deletions

View File

@@ -80,6 +80,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Fixed GTX_extended_min_max filename typo #386
- Fixed intersectRayTriangle to not do any unintentional backface culling
- Fixed long long warnings when using C++98 on GCC and Clang #482
- Fixed sign with signed integer function on non-x86 architecture
##### Deprecation:
- Removed GLM_FORCE_SIZE_FUNC define