On Fri, Aug 9, 2024 at 2:03 AM Joern Wolfgang Rennecke <joern.renne...@riscy-ip.com> wrote: > > In the previous patch to reduce iteration counts, I have overlooked > that, in the inner loop of s176, the array index i+m-j-1 > turns negativeat for higher iterations of the middle loop for small m. > m and the iteration end of the middle loop should stay the same.
OK.