diff --git a/src/Math/Matrix.h b/src/Math/Matrix.h index 3e4da4b59..4f9d71907 100644 --- a/src/Math/Matrix.h +++ b/src/Math/Matrix.h @@ -37,7 +37,6 @@ namespace Implementation { See @ref matrix-vector for brief introduction. @configurationvalueref{Magnum::Math::Matrix} -@todo @c PERFORMANCE - loop unrolling for Matrix<3, T> and Matrix<4, T> */ template class Matrix: public RectangularMatrix { public: diff --git a/src/Math/Vector.h b/src/Math/Vector.h index b3ec031a2..27d0c587a 100644 --- a/src/Math/Vector.h +++ b/src/Math/Vector.h @@ -41,7 +41,6 @@ namespace Implementation { See @ref matrix-vector for brief introduction. @configurationvalueref{Magnum::Math::Vector} -@todo Constexprize all for loops */ template class Vector: public RectangularMatrix<1, s, T> { public: