Skip to content

GLM 0.9.8.2

Compare
Choose a tag to compare
@Groovounet Groovounet released this 01 Nov 08:25
· 1732 commits to master since this release
Improvements:
  • Added Visual C++ 15 detection
  • Added Clang 4.0 detection
  • Added warning messages when using GLM_FORCE_CXX** but the compiler
    is known to not fully support the requested C++ version #555
  • Refactored GLM_COMPILER_VC values
  • Made quat, vec, mat type component length() static #565
Fixes:
  • Fixed Visual C++ constexpr build error #555, #556