From 13920db617787da79525f095a32de9b3a5901aad Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Fri, 14 Feb 2014 01:37:35 +0100 Subject: [PATCH] Fixed instruction set detection with GCC --- glm/detail/setup.hpp | 2 +- readme.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index a0286018..958a323c 100644 --- a/glm/detail/setup.hpp +++ b/glm/detail/setup.hpp @@ -38,7 +38,7 @@ #define GLM_VERSION_MAJOR 0 #define GLM_VERSION_MINOR 9 #define GLM_VERSION_PATCH 5 -#define GLM_VERSION_REVISION 2 +#define GLM_VERSION_REVISION 3 /////////////////////////////////////////////////////////////////////////////////////////////////// // Platform diff --git a/readme.txt b/readme.txt index 12a397ec..6656ad32 100644 --- a/readme.txt +++ b/readme.txt @@ -41,6 +41,7 @@ GLM 0.9.5.3: 2014-0X-XX -------------------------------------------------------------------------------- - Added instruction set auto detection with Visual C++ using _M_IX86_FP - /arch compiler argument. +- Fixed GCC instruction set detection. ================================================================================ GLM 0.9.5.2: 2014-02-08