mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 07:18:54 +00:00
Fixed warning
This commit is contained in:
parent
b53cc5d098
commit
a90ef1b45e
1 changed files with 1 additions and 1 deletions
|
@ -954,7 +954,7 @@
|
|||
# define GLM_ALIGNED_TYPEDEF(type, name, alignment) typedef type name __attribute__((aligned(alignment)))
|
||||
# define GLM_RESTRICT_FUNC __restrict__
|
||||
# define GLM_RESTRICT __restrict__
|
||||
# ifdef GLM_COMPILER & GLM_COMPILER_LLVM
|
||||
# if GLM_COMPILER & GLM_COMPILER_LLVM
|
||||
# if GLM_COMPILER >= GLM_COMPILER_LLVM37
|
||||
# define GLM_VECTOR_CALL __vectorcall
|
||||
# else
|
||||
|
|
Loading…
Add table
Reference in a new issue