diff --git a/Eigen/src/Core/products/GeneralBlockPanelKernel.h b/Eigen/src/Core/products/GeneralBlockPanelKernel.h index 18e913b0e..237f5ca17 100644 --- a/Eigen/src/Core/products/GeneralBlockPanelKernel.h +++ b/Eigen/src/Core/products/GeneralBlockPanelKernel.h @@ -75,8 +75,8 @@ struct ei_gebp_kernel if(nr==4) C7 = ei_ploadu(&res[(j2+3)*resStride + i + PacketSize]); // performs "inner" product - // TODO let's check wether the flowing peeled loop could not be - // optimized via optimal prefetching from one loop to the other + // TODO let's check whether the flowing peeled loop could not be + // optimized via optimal pre-fetching from one loop to the other const Scalar* blB = &blockB[j2*strideB*PacketSize+offsetB*nr]; for(int k=0; k