mirror of
https://github.com/g-truc/glm.git
synced 2024-11-30 03:44:38 +00:00
More use of GLM_HAS_ALIGNED_TYPE
This commit is contained in:
parent
b3d57f2cc9
commit
ad1ae45066
@ -970,6 +970,6 @@ namespace detail
|
|||||||
}
|
}
|
||||||
}//namespace glm
|
}//namespace glm
|
||||||
|
|
||||||
#if GLM_ARCH != GLM_ARCH_PURE && GLM_HAS_UNRESTRICTED_UNIONS
|
#if GLM_ARCH != GLM_ARCH_PURE && GLM_HAS_ALIGNED_TYPE
|
||||||
# include "type_vec4_simd.inl"
|
# include "type_vec4_simd.inl"
|
||||||
#endif
|
#endif
|
||||||
|
@ -795,7 +795,7 @@ namespace detail
|
|||||||
}
|
}
|
||||||
}//namespace glm
|
}//namespace glm
|
||||||
|
|
||||||
#if GLM_ARCH != GLM_ARCH_PURE && GLM_HAS_UNRESTRICTED_UNIONS
|
#if GLM_ARCH != GLM_ARCH_PURE && GLM_HAS_ALIGNED_TYPE
|
||||||
# include "quaternion_simd.inl"
|
# include "quaternion_simd.inl"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user