GLM v0.9.9.3 Release Notes

Release Date: 2018-10-31 // over 5 years ago
  • ๐Ÿ”‹ Features:

    • โž• Added equal and notEqual overload with max ULPs parameters for scalar numbers #121
    • ๐Ÿ‘ฎ Added GLM_FORCE_SILENT_WARNINGS to silent GLM warnings when using language extensions but using W4 or Wpedantic warnings #814 #775
    • Added adjugate functions to GTX_matrix_operation #151
    • ๐Ÿ‘ฎ Added GLM_FORCE_ALIGNED_GENTYPES to enable aligned types and SIMD instruction are not enabled. This disable constexpr #816

    ๐Ÿ‘Œ Improvements:

    • โž• Added constant time ULP distance between float #121
    • ๐Ÿ‘ฎ Added GLM_FORCE_SILENT_WARNINGS to suppress GLM warnings #822

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fixed simplex noise build with double #734
    • ๐Ÿ›  Fixed bitfieldInsert according to GLSL spec #818
    • ๐Ÿ›  Fixed refract for negative 'k' #808