Skip to content

Commit f583674

Browse files
authored
[ZARCH] Fix cgemv_t_4
1 parent 77fe700 commit f583674

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

kernel/zarch/cgemv_t_4.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ static void cgemv_kernel_4x4(BLASLONG n, FLOAT **ap, FLOAT *x, FLOAT *y,
120120
"vfmasb %%v23,%%v31,%%v1,%%v23\n\t"
121121
"agfi %%r1,16\n\t"
122122
"brctg %[n],0b\n\t"
123-
"vfadb %%v16,%%v16,%%v20\n\t"
124-
"vfadb %%v17,%%v17,%%v21\n\t"
125-
"vfadb %%v18,%%v18,%%v22\n\t"
126-
"vfadb %%v19,%%v19,%%v23\n\t"
123+
"vfasb %%v16,%%v16,%%v20\n\t"
124+
"vfasb %%v17,%%v17,%%v21\n\t"
125+
"vfasb %%v18,%%v18,%%v22\n\t"
126+
"vfasb %%v19,%%v19,%%v23\n\t"
127127
"vrepg %%v20,%%v16,1\n\t"
128128
"vrepg %%v21,%%v17,1\n\t"
129129
"vrepg %%v22,%%v18,1\n\t"
@@ -244,8 +244,8 @@ static void cgemv_kernel_4x2(BLASLONG n, FLOAT **ap, FLOAT *x, FLOAT *y,
244244
"vfmasb %%v19,%%v23,%%v1,%%v19\n\t"
245245
"agfi %%r1,16\n\t"
246246
"brctg %[n],0b\n\t"
247-
"vfadb %%v16,%%v16,%%v18\n\t"
248-
"vfadb %%v17,%%v17,%%v19\n\t"
247+
"vfasb %%v16,%%v16,%%v18\n\t"
248+
"vfasb %%v17,%%v17,%%v19\n\t"
249249
"vrepg %%v18,%%v16,1\n\t"
250250
"vrepg %%v19,%%v17,1\n\t"
251251
"vfasb %%v16,%%v16,%%v18\n\t"
@@ -342,7 +342,7 @@ static void cgemv_kernel_4x1(BLASLONG n, FLOAT *ap, FLOAT *x, FLOAT *y,
342342
"vfmasb %%v17,%%v19,%%v1,%%v17\n\t"
343343
"agfi %%r1,16\n\t"
344344
"brctg %[n],0b\n\t"
345-
"vfadb %%v16,%%v16,%%v17\n\t"
345+
"vfasb %%v16,%%v16,%%v17\n\t"
346346
"vrepg %%v17,%%v16,1\n\t"
347347
"vfasb %%v16,%%v16,%%v17\n\t"
348348
"verllg %%v17,%%v16,32\n\t"

0 commit comments

Comments
 (0)