Added GLM_FORCE_ALIGNED_GENTYPES to enable aligned types and SIMD instruction are not enabled. This disable constexpr #816

This commit is contained in:
Christophe Riccio
2018-09-30 21:52:09 +02:00
parent 68c7e7e50b
commit 3d26f49775
6 changed files with 66 additions and 37 deletions

View File

@@ -2,6 +2,8 @@
#if GLM_CONFIG_CONSTEXP == GLM_ENABLE
//#error GNI
#include <glm/gtc/constants.hpp>
#include <glm/gtc/quaternion.hpp>
#include <glm/ext/vector_relational.hpp>