Update zscal.c

This commit is contained in:
Martin Kroeker 2024-07-31 18:32:06 +02:00 committed by GitHub
parent 7560b1664d
commit 23aeb3ce42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT da_r, FLOAT da_i,
x[i + 1] = da_i * x[i];
else
x[i + 1] = NAN;
if (isfinite(x[i]))
//if (isfinite(x[i]))
x[i] = temp0;
i += 2;
j++;