Browse Source

Added missing extensions & clean up

Christophe Riccio 15 years ago
parent
commit
de7e227bf0
1 changed files with 5 additions and 0 deletions
  1. 5 0
      glm/ext.hpp

+ 5 - 0
glm/ext.hpp

@@ -81,6 +81,11 @@
 #include "./gtx/verbose_operator.hpp"
 #include "./gtx/wrap.hpp"
 
+#if(GLM_ARCH & GLM_ARCH_SSE2)
+#	include "./gtx/simd_vec4.hpp"
+#	include "./gtx/simd_mat4.hpp"
+#endif
+
 #include "./virtrev/xstream.hpp"
 
 //const float goldenRatio = 1.618033988749894848f;