mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 21:45:02 +00:00
fix: glm_never_inline
This commit is contained in:
parent
6ad79aae3e
commit
656a699f9a
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@
|
|||
#if defined(GLM_FORCE_INLINE)
|
||||
# if GLM_COMPILER & GLM_COMPILER_VC
|
||||
# define GLM_INLINE __forceinline
|
||||
# define GLM_NEVER_INLINE __declspec((noinline))
|
||||
# define GLM_NEVER_INLINE __declspec(noinline)
|
||||
# elif GLM_COMPILER & (GLM_COMPILER_GCC | GLM_COMPILER_CLANG)
|
||||
# define GLM_INLINE inline __attribute__((__always_inline__))
|
||||
# define GLM_NEVER_INLINE __attribute__((__noinline__))
|
||||
|
|
Loading…
Add table
Reference in a new issue