Optimized glm::cot #272

This commit is contained in:
Christophe Riccio 2014-11-21 22:16:37 +01:00
parent b944e3a990
commit 2e70698fad

View File

@ -75,6 +75,7 @@ Improvements:
- Made types trivially copyable #263
- Removed <iostream> in GLM tests
- Used std features within GLM without redeclaring
- Optimized glm::cot #272
Fixes:
- Fixed std::nextafter not supported with C++11 on Android #217