Merge pull request #1002 from brada4/limpio

Remove few lines of dead code.
This commit is contained in:
Zhang Xianyi 2016-11-07 10:41:20 +08:00 committed by GitHub
commit d4da3fbe9f
2 changed files with 3 additions and 3 deletions

View File

@ -798,7 +798,7 @@ int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT
*(b + 1) = data02;
*(b + 2) = data03;
*(b + 3) = data04;
*(b + 4) = data05;
// *(b + 4) = data05;
}
if (ii < jj) {

View File

@ -293,8 +293,8 @@ int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){
aoffset1 += 8;
aoffset2 += 8;
aoffset3 += 8;
aoffset4 += 8;
// aoffset3 += 8;
// aoffset4 += 8;
boffset1 += m * 8;
i --;