[ZARCH] fix cgemv_n_4.c

This commit is contained in:
maamountki 2019-01-11 16:44:46 +02:00 committed by GitHub
parent be66f5d5c2
commit 67432b23c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ int CNAME(BLASLONG m, BLASLONG n, BLASLONG dummy1, FLOAT alpha_r,FLOAT alpha_i,
ap[3] = ap[2] + lda; ap[3] = ap[2] + lda;
x_ptr = x; x_ptr = x;
//zero_y(NB,ybuffer); //zero_y(NB,ybuffer);
memset(ybuffer,0,NB*16); memset(ybuffer,0,NB*8);
if ( inc_x == 2 ) if ( inc_x == 2 )
{ {