Fixed build with compiler that doesn't support GLM_HAS_UNRESTRICTED_UNIONS

This commit is contained in:
Christophe Riccio 2016-05-28 00:10:18 +02:00
parent ae6082db5e
commit c5f48da319

View File

@ -738,6 +738,6 @@ namespace detail
}
}//namespace glm
#if GLM_ARCH != GLM_ARCH_PURE
#if GLM_ARCH != GLM_ARCH_PURE && GLM_HAS_UNRESTRICTED_UNIONS
# include "func_common_simd.inl"
#endif