Browse Source

Optimized glm::cot #272

Christophe Riccio 11 years ago
parent
commit
2e70698fad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      readme.txt

+ 1 - 0
readme.txt

@@ -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