[ZARCH] fix cgemv_n_4.c

This commit is contained in:
maamountki 2019-01-04 17:45:56 +02:00 committed by GitHub
parent 1aa840a0a2
commit 94cd946b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 154 additions and 154 deletions

View File

@ -88,7 +88,7 @@ static void cgemv_kernel_4x4(BLASLONG n, FLOAT **ap, FLOAT *x, FLOAT *y)
"vlef %%v23,28(%5),2 \n\t"
#endif
"xgr %%r1,%%r1 \n\t"
"srlg %%r0,%%r0,1 \n\t"
"srlg %%r0,%0,1 \n\t"
"0: \n\t"
"pfd 1,1024(%%r1,%1) \n\t"
"pfd 1,1024(%%r1,%2) \n\t"
@ -181,7 +181,7 @@ static void cgemv_kernel_4x2(BLASLONG n, FLOAT **ap, FLOAT *x, FLOAT *y)
"vlef %%v19,12(%3),2 \n\t"
#endif
"xgr %%r1,%%r1 \n\t"
"srlg %%r0,%%r0,1 \n\t"
"srlg %%r0,%0,1 \n\t"
"0: \n\t"
"pfd 1,1024(%%r1,%1) \n\t"
"pfd 1,1024(%%r1,%2) \n\t"
@ -237,7 +237,7 @@ static void cgemv_kernel_4x1(BLASLONG n, FLOAT *ap, FLOAT *x, FLOAT *y)
"vlef %%v17,4(%2),2 \n\t"
#endif
"xgr %%r1,%%r1 \n\t"
"srlg %%r0,%%r0,1 \n\t"
"srlg %%r0,%0,1 \n\t"
"0: \n\t"
"pfd 1,1024(%%r1,%1) \n\t"
"pfd 2,1024(%%r1,%3) \n\t"