Redesigned constexpr support which requires disable GLM SIMD on Visual C++ #783

This commit is contained in:
Groove
2018-07-09 21:44:28 +02:00
parent cdcc9467d0
commit 398e66ac32
43 changed files with 638 additions and 645 deletions

View File

@@ -57,6 +57,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
#### Improvements:
- Added missing vec1 based constructors
- Redesigned constexpr support which requires disable GLM SIMD on Visual C++ #783
#### Fixes:
- Fixed build problems due to printf and std::clock_t #778