Update zscal.c

This commit is contained in:
Martin Kroeker 2024-07-31 14:54:58 +02:00 committed by GitHub
parent 4a226732d8
commit 9ba40a0c12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT da_r, FLOAT da_i,
while (j < n) {
temp0 = da_r * x[i];
if (isinf(x[i])
if (isinf(x[i]))
x[i + 1] = da_r * x[i + 1];
x[i] = temp0;
i += 2;