Browse Source

Remove unused variables at0...at3 from ?symv_U

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

+ 0
- 1
kernel/x86_64/dsymv_U.c View File

@@ -164,7 +164,6 @@ int CNAME(BLASLONG m, BLASLONG offset, FLOAT alpha, FLOAT *a, BLASLONG lda, FLOA
FLOAT temp2;
FLOAT *xp, *yp;
FLOAT *a0,*a1,*a2,*a3;
FLOAT at0,at1,at2,at3;
FLOAT tmp1[4];
FLOAT tmp2[4];



+ 0
- 1
kernel/x86_64/ssymv_U.c View File

@@ -164,7 +164,6 @@ int CNAME(BLASLONG m, BLASLONG offset, FLOAT alpha, FLOAT *a, BLASLONG lda, FLOA
FLOAT temp2;
FLOAT *xp, *yp;
FLOAT *a0,*a1,*a2,*a3;
FLOAT at0,at1,at2,at3;
FLOAT tmp1[4];
FLOAT tmp2[4];



Loading…
Cancel
Save