Improved aligned types support

This commit is contained in:
Christophe Riccio
2016-07-17 03:06:58 +02:00
parent eb20cdc6ae
commit b3d57f2cc9
8 changed files with 42 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ namespace glm
// -- Data --
# if GLM_HAS_UNRESTRICTED_UNIONS && (defined(GLM_SWIZZLE) || (GLM_ARCH & (GLM_ARCH_SSE2_BIT | GLM_ARCH_NEON_BIT)))
# if GLM_HAS_ALIGNED_TYPE
# if GLM_COMPILER & GLM_COMPILER_GCC
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wpedantic"