Skip to content

Commit a11f086

Browse files
authored
Update sscal_msa.c
1 parent 541e1b6 commit a11f086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/mips/sscal_msa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT da, FLOAT *x,
259259
{
260260
for (i = n; i--;)
261261
{
262-
if (isfinite(*x)
262+
if (isfinite(*x))
263263
*x = 0;
264264
else
265265
*x = NAN;

0 commit comments

Comments
 (0)