Skip to content

Commit

Permalink
Update zscal.c
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jul 31, 2024
1 parent 892b65c commit a842008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/zarch/zscal.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT da_r, FLOAT da_i,
x[i] = NAN;
x[i + 1] = da_r;
i += 2;
j++
j++;
}
} else {

Expand Down

0 comments on commit a842008

Please sign in to comment.