usubBorrow and uaddCarry are better implemented as template specialization

This commit is contained in:
Christophe Riccio
2013-10-10 01:14:39 +02:00
parent d4046da22e
commit 66bc06771c
2 changed files with 53 additions and 67 deletions

View File

@@ -65,7 +65,7 @@ GLM 0.9.5.0: 2013-XX-XX
- Replaced GLM traits by STL traits when possible
- Allowed including individual core feature
- Increased unit tests completness
- Added creating of a quaternion from two vectors
- Added creating of a quaternion from two vectors
- Added C++11 initializer lists
- Fixed umulExtended and imulExtended implementations for vector types (#76)