Added equal and notEqual overload with max ULPs parameters for scalar numbers #121

This commit is contained in:
Christophe Riccio
2018-09-04 02:14:48 +02:00
parent cf6504b65e
commit 72327cea4f
4 changed files with 118 additions and 6 deletions

View File

@@ -53,6 +53,9 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
## Release notes
### [GLM 0.9.9.2](https://github.com/g-truc/glm/commits/master) - 2018-XX-XX
#### Features:
- Added equal and notEqual overload with max ULPs parameters for scalar numbers #121
#### Fixes:
- Fixed GLM_FORCE_CXX** section in the manual