Eliminate 2-8 dead increments code

This commit is contained in:
Andrew
2017-11-26 13:26:11 +01:00
parent ef95cd471f
commit 1236dbe5a6
27 changed files with 147 additions and 147 deletions
+4 -4
View File
@@ -148,12 +148,12 @@ int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLON
b[ 2] = data03;
b[ 3] = data04;
ao1 += 2;
ao2 += 2;
/* ao1 += 2;
ao2 += 2; */
b += 4;
} else
if (X < posY) {
ao1 += lda;
// ao1 += lda;
b += 4;
} else {
#ifdef UNIT
@@ -224,7 +224,7 @@ int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLON
} while (i > 0);
}
posY += 1;
// posY += 1;
}
return 0;
}