mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Fixed instruction set detection with GCC
This commit is contained in:
parent
3459fcfbc1
commit
13920db617
@ -38,7 +38,7 @@
|
|||||||
#define GLM_VERSION_MAJOR 0
|
#define GLM_VERSION_MAJOR 0
|
||||||
#define GLM_VERSION_MINOR 9
|
#define GLM_VERSION_MINOR 9
|
||||||
#define GLM_VERSION_PATCH 5
|
#define GLM_VERSION_PATCH 5
|
||||||
#define GLM_VERSION_REVISION 2
|
#define GLM_VERSION_REVISION 3
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// Platform
|
// Platform
|
||||||
|
@ -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
|
- Added instruction set auto detection with Visual C++ using _M_IX86_FP - /arch
|
||||||
compiler argument.
|
compiler argument.
|
||||||
|
- Fixed GCC instruction set detection.
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
GLM 0.9.5.2: 2014-02-08
|
GLM 0.9.5.2: 2014-02-08
|
||||||
|
Loading…
Reference in New Issue
Block a user