|
|
@@ -96,11 +96,20 @@
|
|
|
#include "./gtx/quaternion.hpp"
|
|
|
#include "./gtx/raw_data.hpp"
|
|
|
#include "./gtx/rotate_vector.hpp"
|
|
|
+
|
|
|
+#if GLM_ARCH & GLM_ARCH_SSE2_BIT
|
|
|
+# include "./gtx/simd_mat4.hpp"
|
|
|
+# include "./gtx/simd_quat.hpp"
|
|
|
+# include "./gtx/simd_vec4.hpp"
|
|
|
+#endif
|
|
|
+
|
|
|
#include "./gtx/spline.hpp"
|
|
|
#include "./gtx/std_based_type.hpp"
|
|
|
+
|
|
|
#if !(GLM_COMPILER & GLM_COMPILER_CUDA)
|
|
|
# include "./gtx/string_cast.hpp"
|
|
|
#endif
|
|
|
+
|
|
|
#include "./gtx/transform.hpp"
|
|
|
#include "./gtx/transform2.hpp"
|
|
|
#include "./gtx/vector_angle.hpp"
|