|
|
@@ -749,7 +749,7 @@
|
|
|
# define GLM_DEPRECATED __attribute__((__deprecated__))
|
|
|
# define GLM_ALIGN(x) __attribute__((aligned(x)))
|
|
|
# define GLM_ALIGNED_STRUCT(x) struct __attribute__((aligned(x)))
|
|
|
-# define GLM_ALIGNED_TYPEDEF(type, name, alignment) typedef type name __attribute__((aligned(x)))
|
|
|
+# define GLM_ALIGNED_TYPEDEF(type, name, alignment) typedef type name __attribute__((aligned(alignment)))
|
|
|
# define GLM_RESTRICT __restrict__
|
|
|
# define GLM_RESTRICT_VAR __restrict__
|
|
|
#else
|