diff --git a/Eigen/src/Core/CacheFriendlyProduct.h b/Eigen/src/Core/CacheFriendlyProduct.h index c3efbacaf..bad018e8e 100644 --- a/Eigen/src/Core/CacheFriendlyProduct.h +++ b/Eigen/src/Core/CacheFriendlyProduct.h @@ -421,7 +421,7 @@ EIGEN_DONT_INLINE static void ei_cache_friendly_product_colmajor_times_vector( // we cannot assume the first element is aligned because of sub-matrices const int lhsAlignmentOffset = ei_alignmentOffset(lhs,size); ei_internal_assert(size_t(lhs+lhsAlignmentOffset)%sizeof(Packet)==0); - + // find how many columns do we have to skip to be aligned with the result (if possible) int skipColumns=0; for (; skipColumns