
Fixed GTX_extended_min_max filename typo #386.Added more information to build messages.Factorized GLM_COMPILER_LLVM and GLM_COMPILER_APPLE_CLANG into GLM_COMPILER_CLANG.Use Cuda built-in function for abs function implementation with Cuda compiler.
Added constexpr for vec, mat, quat and dual_quat types #493. Improved GTX_wrap for SIMD friendliness. Improved OpenMP support detection for Clang, GCC, ICC and VC. Improved GLM_FORCE_EXPLICIT_CTOR coverage #481. Improved GTC_random linearRand documentation. Improved SIMD and swizzle operators interactions with GCC and Clang #474. Added GLM_FORCE_UNRESTRICTED_GENTYPE allowing non basic genType #543. Added quaternion version of isnan and isinf #521. Added GTC_type_aligned with aligned vec types. Added iround and uround to GTC_integer, fast round on positive values. Added missing bvec* & and || operators. Added 8bit pack and unpack to GTC_packing. Added 16bit pack and unpack to GTC_packing. Added (un)packUnorm and (un)packSnorm to GTC_packing. Added packF3x9_E1x5 and unpackF3x9_E1x5 to GTC_packing for RGB9E5 #416.
Added compNormalize and compScale functions to GTX_component_wise.Added right and left handed projection and clip control support #447 #415 #119.