2
0
Эх сурвалжийг харах

Added missing extensions & clean up

Christophe Riccio 15 жил өмнө
parent
commit
de7e227bf0
1 өөрчлөгдсөн 5 нэмэгдсэн , 0 устгасан
  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;