mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
Fixed build with compiler that doesn't support GLM_HAS_UNRESTRICTED_UNIONS
This commit is contained in:
parent
ae6082db5e
commit
c5f48da319
@ -738,6 +738,6 @@ namespace detail
|
|||||||
}
|
}
|
||||||
}//namespace glm
|
}//namespace glm
|
||||||
|
|
||||||
#if GLM_ARCH != GLM_ARCH_PURE
|
#if GLM_ARCH != GLM_ARCH_PURE && GLM_HAS_UNRESTRICTED_UNIONS
|
||||||
# include "func_common_simd.inl"
|
# include "func_common_simd.inl"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user