Update sscal_msa.c

This commit is contained in:
Martin Kroeker 2024-06-23 12:55:19 +02:00 committed by GitHub
parent 541e1b6959
commit a11f086c17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT da, FLOAT *x,
{
for (i = n; i--;)
{
if (isfinite(*x)
if (isfinite(*x))
*x = 0;
else
*x = NAN;