- Added Neon support to glm #945

This commit is contained in:
Christophe Riccio 2019-09-07 11:08:20 +02:00
parent d2c60e08c0
commit 9a32317065

View File

@ -55,6 +55,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
### [GLM 0.9.9.6](https://github.com/g-truc/glm/tree/master) ### [GLM 0.9.9.6](https://github.com/g-truc/glm/tree/master)
#### Features: #### Features:
- Added Neon support to glm #945
- Added EXT_scalar_integer extension with power of two and multiple scalar functions - Added EXT_scalar_integer extension with power of two and multiple scalar functions
- Added EXT_vector_integer extension with power of two and multiple vector functions - Added EXT_vector_integer extension with power of two and multiple vector functions