GLM v0.9.9.7 Release Notes

Release Date: 2020-01-05 // over 4 years ago
  • ๐Ÿ‘Œ Improvements:

    • ๐Ÿ‘Œ Improved Neon support with more functions optimized #950
    • โž• Added CMake GLM interface #963
    • โž• Added fma implementation based on std::fma #969
    • โž• Added missing quat constexpr #955
    • ๐Ÿ‘ฎ Added GLM_FORCE_QUAT_DATA_WXYZ to store quat data as w,x,y,z instead of x,y,z,w #983

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fixed equal ULP variation when using negative sign #965
    • ๐Ÿ›  Fixed for intersection ray/plane and added related tests #953
    • ๐Ÿ›  Fixed ARM 64bit detection #949
    • Fixed GLM_EXT_matrix_clip_space warnings #980
    • ๐Ÿ›  Fixed Wimplicit-int-float-conversion warnings with clang 10+ #986
    • Fixed EXT_matrix_clip_space perspectiveFov