Fixed CUDA compiler error in type_vec4.inl #504
This commit is contained in:
@@ -734,6 +734,6 @@ namespace detail
|
||||
}
|
||||
}//namespace glm
|
||||
|
||||
#if GLM_ARCH != GLM_FORCE_PURE
|
||||
#if GLM_ARCH != GLM_ARCH_PURE
|
||||
# include "func_common_simd.inl"
|
||||
#endif
|
||||
|
||||
@@ -171,6 +171,6 @@ namespace detail
|
||||
}
|
||||
}//namespace glm
|
||||
|
||||
#if GLM_ARCH != GLM_FORCE_PURE
|
||||
#if GLM_ARCH != GLM_ARCH_PURE
|
||||
# include "func_geometric_simd.inl"
|
||||
#endif
|
||||
|
||||
@@ -359,7 +359,7 @@ namespace detail
|
||||
}
|
||||
}//namespace glm
|
||||
|
||||
#if GLM_ARCH != GLM_FORCE_PURE
|
||||
#if GLM_ARCH != GLM_ARCH_PURE
|
||||
# include "func_integer_simd.inl"
|
||||
#endif
|
||||
|
||||
|
||||
@@ -279,7 +279,7 @@ namespace detail
|
||||
}
|
||||
}//namespace glm
|
||||
|
||||
#if GLM_ARCH != GLM_FORCE_PURE
|
||||
#if GLM_ARCH != GLM_ARCH_PURE
|
||||
# include "func_matrix_simd.inl"
|
||||
#endif
|
||||
|
||||
|
||||
@@ -759,6 +759,6 @@ namespace detail
|
||||
}
|
||||
}//namespace glm
|
||||
|
||||
#if GLM_ARCH != GLM_FORCE_PURE
|
||||
#if GLM_ARCH != GLM_ARCH_PURE
|
||||
# include "type_mat4x4_simd.inl"
|
||||
#endif
|
||||
|
||||
@@ -1180,6 +1180,6 @@ namespace glm
|
||||
}
|
||||
}//namespace glm
|
||||
|
||||
#if GLM_ARCH != GLM_FORCE_PURE
|
||||
#if GLM_ARCH != GLM_ARCH_PURE
|
||||
# include "type_vec4_simd.inl"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user