We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f90eff3 + 7bf8484 commit f0008f5Copy full SHA for f0008f5
1 file changed
kernel/x86_64/zsum.c
@@ -54,7 +54,7 @@ static FLOAT sum_compute(BLASLONG n, FLOAT *x, BLASLONG inc_x)
54
55
if (n <= 0 || inc_x <= 0) return(sumf);
56
if (inc_x == 1) {
57
- sumf = zsum_kernel(n, x);
+ sumf = zasum_kernel(n, x);
58
}
59
else {
60
inc_x2 = 2 * inc_x;
0 commit comments