Skip to content

Commit be66f5d

Browse files
authored
[ZARCH] fix data prefetch type in sdot
1 parent c2ffef8 commit be66f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/zarch/sdot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static FLOAT sdot_kernel_32(BLASLONG n, FLOAT *x, FLOAT *y)
3737
"xgr %%r1,%%r1 \n\t"
3838
"0: \n\t"
3939
"pfd 1,1024(%%r1,%2) \n\t"
40-
"pfd 2,1024(%%r1,%3) \n\t"
40+
"pfd 1,1024(%%r1,%3) \n\t"
4141

4242
"vl %%v16,0(%%r1,%2) \n\t"
4343
"vl %%v17,16(%%r1,%2) \n\t"

0 commit comments

Comments
 (0)