removed obsolete instructions from sgemv_t_4.c

This commit is contained in:
wernsaar 2014-09-02 13:35:41 +02:00
parent 93eaba959d
commit f3b50dcf5b
1 changed files with 0 additions and 2 deletions

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);
}