Skip to content

Commit

Permalink
Update dscal.c
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jul 30, 2024
1 parent 91f656c commit bde5b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/zarch/dscal.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT da, FLOAT *x,
x[i] = 0.0;
else
x[i] = NAN;
j++;
}
}
} else {
Expand Down

0 comments on commit bde5b90

Please sign in to comment.