diff --git a/glm/detail/func_matrix_simd.inl b/glm/detail/func_matrix_simd.inl index ba95a0ec..99491866 100644 --- a/glm/detail/func_matrix_simd.inl +++ b/glm/detail/func_matrix_simd.inl @@ -11,7 +11,7 @@ namespace glm{ namespace detail { template - struct compute_matrixCompMult + struct compute_matrixCompMult { GLM_STATIC_ASSERT(detail::is_aligned

::value, "Specialization requires aligned"); @@ -27,7 +27,7 @@ namespace detail }; template - struct compute_transpose + struct compute_transpose { GLM_FUNC_QUALIFIER static mat<4, 4, float, P> call(mat<4, 4, float, P> const & m) { @@ -40,7 +40,7 @@ namespace detail }; template - struct compute_determinant + struct compute_determinant { GLM_FUNC_QUALIFIER static float call(mat<4, 4, float, P> const& m) { @@ -49,7 +49,7 @@ namespace detail }; template - struct compute_inverse + struct compute_inverse { GLM_FUNC_QUALIFIER static mat<4, 4, float, P> call(mat<4, 4, float, P> const& m) {