Fixed conflict
This commit is contained in:
@@ -667,6 +667,8 @@
|
|||||||
# define GLM_INLINE __forceinline
|
# define GLM_INLINE __forceinline
|
||||||
# elif((GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER >= GLM_COMPILER_GCC34))
|
# elif((GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER >= GLM_COMPILER_GCC34))
|
||||||
# define GLM_INLINE __attribute__((always_inline))
|
# define GLM_INLINE __attribute__((always_inline))
|
||||||
|
# elif(GLM_COMPILER & GLM_COMPILER_CLANG)
|
||||||
|
# define GLM_INLINE __attribute__((always_inline))
|
||||||
# else
|
# else
|
||||||
# define GLM_INLINE inline
|
# define GLM_INLINE inline
|
||||||
# endif//GLM_COMPILER
|
# endif//GLM_COMPILER
|
||||||
|
|||||||
Reference in New Issue
Block a user