mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 13:35:03 +00:00
Fixed glm::fastInverseSqrt to use fast inverse square #640
This commit is contained in:
parent
23a7c7897b
commit
98ffc6562c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue