Clarify the support of constexpr

This commit is contained in:
Christophe Riccio
2018-08-27 20:19:19 +02:00
parent bde7af55b1
commit 2fdc2dc748
3 changed files with 9 additions and 4 deletions

View File

@@ -67,6 +67,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
- Added identity functions #765
- Splitted headers into EXT extensions to improve compilation time #670
- Added separated performance tests
- Refactor manual, lists all configuration defines
#### Fixes:
- Fixed SIMD detection on Clang and GCC