From 5506d6778927a6609118ed7843a0f9d3eee2ea1e Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 30 Jun 2012 14:05:52 +0100 Subject: [PATCH] Getting GLM 0.9.3.4 release --- doc/src/data.xml | 25 +++++++++++++++++++++++++ readme.txt | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/doc/src/data.xml b/doc/src/data.xml index 94812601..c12fc587 100644 --- a/doc/src/data.xml +++ b/doc/src/data.xml @@ -176,6 +176,31 @@ + + + GLM 0.9.3.4 fixes quite few issues with GCC. + + + + Fixed incompatibility generated with GCC + Fixed C++11 compiler option for GCC + Removed MS language extension option for GCC + Fixed bitfieldExtract for vector types + Fixed warnings + Fixed SSE includes + + + + If you encounter bugs, don't hesitate to report them. + + + GLM 0.9.3.4 (zip) + GLM 0.9.3.4 (7z) + Submit a bug report + GLM 0.9.3 Manual + GLM 0.9.3 API + + Nearly two months since the previous release of a GLM revision gave enough time to fix few things reported. diff --git a/readme.txt b/readme.txt index f186d8aa..c65e7a5a 100644 --- a/readme.txt +++ b/readme.txt @@ -37,7 +37,7 @@ More informations in GLM manual: http://glm.g-truc.net/glm-0.9.3.pdf ================================================================================ -GLM 0.9.3.4: 2012-06-28 +GLM 0.9.3.4: 2012-06-30 -------------------------------------------------------------------------------- - Added SSE4 and AVX2 detection. - Removed VIRTREV_xstream and the incompatibility generated with GCC