Added GLM_SIMD to enable automatic SIMD code generation for generic GLM types #235 #370

This commit is contained in:
Christophe R
2015-08-09 10:50:29 +02:00
parent f9535f2398
commit 79f6d92c8a
4 changed files with 10 additions and 3 deletions

View File

@@ -50,6 +50,10 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
## Release notes
#### [GLM 0.9.7.1](https://github.com/g-truc/glm/releases/latest) - 2015-XX-XX
##### Features:
- Added GLM_SIMD to enable automatic SIMD code generation for generic GLM types #235 #370
#### [GLM 0.9.7.0](https://github.com/g-truc/glm/releases/tag/0.9.7.0) - 2015-08-02
##### Features:
- Added GTC_color_space: convertLinearToSRGB and convertSRGBToLinear functions