Skip to content

Commit bec54ae

Browse files
authored
[ZARCH] Fix caxpy
1 parent f583674 commit bec54ae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

kernel/zarch/caxpy.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ static void caxpy_kernel_16(BLASLONG n, FLOAT *x, FLOAT *y, FLOAT *alpha) {
6565
"vl %%v21,80(%%r1,%[y])\n\t"
6666
"vl %%v22,96(%%r1,%[y])\n\t"
6767
"vl %%v23,112(%%r1,%[y])\n\t"
68+
"verllg %%v24,%%v8,32\n\t"
69+
"verllg %%v25,%%v9,32\n\t"
70+
"verllg %%v26,%%v10,32\n\t"
71+
"verllg %%v27,%%v11,32\n\t"
72+
"verllg %%v28,%%v16,32\n\t"
73+
"verllg %%v29,%%v17,32\n\t"
74+
"verllg %%v30,%%v18,32\n\t"
75+
"verllg %%v31,%%v19,32\n\t"
6876
"vfmasb %%v8,%%v8,%%v0,%%v12\n\t"
6977
"vfmasb %%v9,%%v9,%%v0,%%v13\n\t"
7078
"vfmasb %%v10,%%v10,%%v0,%%v14\n\t"

0 commit comments

Comments
 (0)