Browse Source

Remove unused variables from Haswell dtrmm and Bulldozer dtrsm

tags/v0.3.0
Martin Kroeker GitHub 8 years ago
parent
commit
3fea849bbf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 4 deletions
  1. +8
    -4
      kernel/x86_64/dtrmm_kernel_4x8_haswell.c
  2. +2
    -0
      kernel/x86_64/dtrsm_kernel_LN_bulldozer.c

+ 8
- 4
kernel/x86_64/dtrmm_kernel_4x8_haswell.c View File

@@ -167,24 +167,28 @@ int CNAME(BLASLONG bm,BLASLONG bn,BLASLONG bk,FLOAT alpha,FLOAT* ba,FLOAT* bb,FL

FLOAT res4_0;
FLOAT res4_1;
/*
FLOAT res4_2;
FLOAT res4_3;
*/
FLOAT res5_0;
FLOAT res5_1;
/*
FLOAT res5_2;
FLOAT res5_3;
*/
FLOAT res6_0;
FLOAT res6_1;
/*
FLOAT res6_2;
FLOAT res6_3;
*/
FLOAT res7_0;
FLOAT res7_1;
/*
FLOAT res7_2;
FLOAT res7_3;
*/
FLOAT a0;
FLOAT a1;



+ 2
- 0
kernel/x86_64/dtrsm_kernel_LN_bulldozer.c View File

@@ -438,7 +438,9 @@ static inline void solve(BLASLONG m, BLASLONG n, FLOAT *a, FLOAT *b, FLOAT *c, B
*(cj + i) = bb;
b ++;

/*
BLASLONG i1 = i & -4 ;
*/
FLOAT t0,t1,t2,t3;

k=0;


Loading…
Cancel
Save