We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536200b commit a5c04e3Copy full SHA for a5c04e3
1 file changed
kernel/arm/scal.c
@@ -48,7 +48,7 @@ int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT da, FLOAT *x, BLAS
48
{
49
50
if ( da == 0.0 )
51
- if (!isnan(x[i] && !isinf(x[i])) {
+ if (!isnan(x[i]) && !isinf(x[i])) {
52
x[i]=0.0;
53
} else {
54
x[i]=NAN;
0 commit comments