Browse Source

removed obsolete instructions from sgemv_t_4.c

tags/v0.2.12^2
wernsaar 11 years ago
parent
commit
f3b50dcf5b
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      kernel/x86_64/sgemv_t_4.c

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

@@ -377,8 +377,6 @@ int CNAME(BLASLONG m, BLASLONG n, BLASLONG dummy1, FLOAT alpha, FLOAT *a, BLASLO
y_ptr += inc_y;
aj += lda;
}
x_ptr += inc_x;
a_ptr++ ;
return(0);
}


Loading…
Cancel
Save