Skip to content

Conversation

@alexreg
Copy link

@alexreg alexreg commented May 13, 2024

The finite function doesn't exist on ARM architectures.

admutils.c:459:9: error: call to undeclared library function 'finite' with type 'int (double)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   if (!finite(a[i])) fatalx("(testnan) fails:  index %d\n",i) ;
        ^
admutils.c:459:9: note: include the header <math.h> or explicitly provide a declaration for 'finite'
1 error generated.
make: *** [admutils.o] Error 1

@alexreg
Copy link
Author

alexreg commented May 13, 2024

A new release following this would be great too, if you wouldn't mind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant