remove dead code

This commit is contained in:
Andrew 2016-10-31 12:46:56 +01:00
parent 4e54d8ab7f
commit becf8bc7a0
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 --;