Skip to content

Commit

Permalink
Fixed glm::fastInverseSqrt to use fast inverse square #640
Browse files Browse the repository at this point in the history
  • Loading branch information
Groovounet committed Jun 23, 2017
1 parent 23a7c78 commit 98ffc65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Fixed dual quaternion != operator #629
- Fixed usused variable warning in GTX_spline #618
- Fixed references to GLM_FORCE_RADIANS which was removed #642
- Fixed glm::fastInverseSqrt to use fast inverse square #640
#### Deprecation:
- Requires Visual Studio 2013, GCC 4.7, Clang 3.4, Cuda 7, ICC 2013 or a C++11 compiler
Expand Down

0 comments on commit 98ffc65

Please sign in to comment.