Skip to content

GLM 0.9.9.3

Compare
Choose a tag to compare
@Groovounet Groovounet released this 31 Oct 13:31
· 666 commits to master since this release

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