removed obsolete instructions from sgemv_t_4.c
This commit is contained in:
parent
93eaba959d
commit
f3b50dcf5b
|
@ -377,8 +377,6 @@ int CNAME(BLASLONG m, BLASLONG n, BLASLONG dummy1, FLOAT alpha, FLOAT *a, BLASLO
|
||||||
y_ptr += inc_y;
|
y_ptr += inc_y;
|
||||||
aj += lda;
|
aj += lda;
|
||||||
}
|
}
|
||||||
x_ptr += inc_x;
|
|
||||||
a_ptr++ ;
|
|
||||||
|
|
||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue