Skip to content

Commit

Permalink
fix absurd typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jan 8, 2025
1 parent 2891fd8 commit 09e75f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/generic/zgemm_beta.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ int CNAME(BLASLONG m, BLASLONG n, BLASLONG dummy1,
} else {


for (j=n;j>0;j++) {
for (j=n;j>0;j--) {
c_offset1 = c_offset;
c_offset += ldc;

Expand Down

0 comments on commit 09e75f1

Please sign in to comment.