Merge branch '0.9.4' of https://github.com/g-truc/glm into 0.9.4
This commit is contained in:
@@ -496,7 +496,9 @@
|
|||||||
#elif(defined(GLM_FORCE_SSE2))
|
#elif(defined(GLM_FORCE_SSE2))
|
||||||
# define GLM_ARCH (GLM_ARCH_SSE2)
|
# define GLM_ARCH (GLM_ARCH_SSE2)
|
||||||
#elif((GLM_COMPILER & GLM_COMPILER_VC) && (defined(_M_IX86) || defined(_M_X64)))
|
#elif((GLM_COMPILER & GLM_COMPILER_VC) && (defined(_M_IX86) || defined(_M_X64)))
|
||||||
# if(defined(_M_CEE_PURE))
|
# if(GLM_PLATFORM == GLM_PLATFORM_WINCE)
|
||||||
|
# define GLM_ARCH GLM_ARCH_PURE
|
||||||
|
# elif(defined(_M_CEE_PURE))
|
||||||
# define GLM_ARCH GLM_ARCH_PURE
|
# define GLM_ARCH GLM_ARCH_PURE
|
||||||
/* TODO: Explore auto detection of instruction set support
|
/* TODO: Explore auto detection of instruction set support
|
||||||
# elif(defined(_M_IX86_FP))
|
# elif(defined(_M_IX86_FP))
|
||||||
|
|||||||
@@ -48,8 +48,10 @@ GLM 0.9.4.5: 2013-08-12
|
|||||||
- Fixed CUDA support
|
- Fixed CUDA support
|
||||||
- Fixed inclusion of intrinsics in "pure" mode #92
|
- Fixed inclusion of intrinsics in "pure" mode #92
|
||||||
- Fixed language detection on GCC when the C++0x mode isn't enabled #95
|
- Fixed language detection on GCC when the C++0x mode isn't enabled #95
|
||||||
|
- Fixed issue #97: register is deprecated in C++11
|
||||||
|
- Fixed issue #96: CUDA issues
|
||||||
|
- Added Windows CE detection #92
|
||||||
- Added missing value_ptr for quaternions #99
|
- Added missing value_ptr for quaternions #99
|
||||||
- Added WINCE detection #92
|
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
GLM 0.9.4.4: 2013-05-29
|
GLM 0.9.4.4: 2013-05-29
|
||||||
|
|||||||
Reference in New Issue
Block a user