Prefetch Input in Incompressible Sections (+0.25% Speed)

This commit is contained in:
W. Felix Handte 2021-08-18 15:21:43 -04:00
parent b092dd75b7
commit 35932ab2f1

View File

@ -337,6 +337,7 @@ _start: /* Requires: ip0 */
/* advance to next positions */
{
if (ip1 >= nextStep) {
PREFETCH_L1(ip1 + 64);
step++;
nextStep += kStepIncr;
}