diff --git a/Eigen/src/Core/CacheFriendlyProduct.h b/Eigen/src/Core/CacheFriendlyProduct.h index 0d851b17e..b1362b0a8 100644 --- a/Eigen/src/Core/CacheFriendlyProduct.h +++ b/Eigen/src/Core/CacheFriendlyProduct.h @@ -180,7 +180,7 @@ static void ei_cache_friendly_product( { int offsetblock = l2k * (l2blockRowEnd-l2i) + (l1i-l2i)*(l2blockSizeEnd-l2k) - l2k*MaxBlockRows; const Scalar* EIGEN_RESTRICT localB = &block[offsetblock]; - + for(int l1j=l2j; l1j inline int ei_random(int a, int b) {