Skip to content

Commit

Permalink
Fixed instruction set detection with GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
Groovounet committed Feb 14, 2014
1 parent 3459fcf commit 13920db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion glm/detail/setup.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13920db

Please sign in to comment.