Skip to content

Commit

Permalink
Update cscal.c
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jul 31, 2024
1 parent ef57747 commit 892b65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/zarch/cscal.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT da_r, FLOAT da_i,
if (isnan(da_r)) res = da_r;
while (j < n) {

x[i] = res
x[i] = res;
x[i + 1] = res;
i += 2;
j++;
Expand Down

0 comments on commit 892b65c

Please sign in to comment.