Added CMake test build options

This commit is contained in:
Christophe Riccio
2012-04-14 18:19:28 +01:00
parent ac768ea12b
commit 4585395a89
4 changed files with 76 additions and 15 deletions

View File

@@ -36,6 +36,13 @@ GLM is a header only library, there is nothing to build, just include it.
More informations in GLM manual:
http://glm.g-truc.net/glm-0.9.3.pdf
================================================================================
GLM 0.9.3.3: 2012-04-XX
--------------------------------------------------------------------------------
- Improved compatibility with Intel compiler
- Added CMake test build options: SIMD, C++11, fast math and MS land ext
- Fixed SIMD mat4 test on GCC
================================================================================
GLM 0.9.3.2: 2012-03-15
--------------------------------------------------------------------------------