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 Jan 12, 2024
1 parent b57627c commit 20413ee
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 @@ -329,7 +329,7 @@ int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT da_r, FLOAT da_i,
if (da_i == 0)
zscal_kernel_8_zero(n1, x);
else
zscal_kernel_8_zero_r(n1, alpha, x);
zscal_kernel_8(n1, da_r, da_i, x);
else if (da_i == 0)
zscal_kernel_8_zero_i(n1, alpha, x);
else
Expand Down

0 comments on commit 20413ee

Please sign in to comment.