Update zscal.c

This commit is contained in:
Martin Kroeker 2024-07-31 15:18:37 +02:00 committed by GitHub
parent 9ba40a0c12
commit 18272263ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -397,7 +397,6 @@ 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]))
x[i + 1] = da_r * x[i + 1];
x[i] = temp0;
i += 2;