Skip to content

Commit 91bbde7

Browse files
authored
revert accidental direct commit to develop
1 parent 2173356 commit 91bbde7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

kernel/mips/zscal.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT da_r,FLOAT da_i, F
6363
x[ip+1] = da_r * x[ip+1] + da_i * x[ip] ;
6464
}
6565
}
66-
// if (!isnan(x[ip]) && !isinf(x[ip]))
6766
x[ip] = temp;
68-
if ( da_r != da_r ) x[ip] = da_r;
67+
6968
ip += inc_x2;
7069
}
7170

0 commit comments

Comments
 (0)