- Member glm::bitCount  (genIUType< T > const &Value)
- Clarify the declaration to specify that scalars are suported. 
- Member glm::epsilon  ()
- Implement epsilon for half-precision floating point type.  
- Member glm::findLSB  (genIUType< T > const &Value)
- Clarify the declaration to specify that scalars are suported. 
- Member glm::findMSB  (genIUType< T > const &Value)
- Clarify the declaration to specify that scalars are suported. 
- Member glm::intBitsToFloat  (genIType const &value)
- Clarify this declaration, we don't need to actually specify the return type  
- Member glm::outerProduct  (vecType const &c, vecType const &r)
- Clarify the declaration to specify that matType doesn't have to be provided when used. 
- Member glm::uintBitsToFloat  (genUType const &value)
- Clarify this declaration, we don't need to actually specify the return type