cmake: check for valid isinf/isinff/isnan/isnanf macros

This commit is contained in:
Anonymous Maarten 2024-06-24 21:47:19 +02:00
parent ea11c9e0c7
commit d52ea20916
3 changed files with 45 additions and 0 deletions

View file

@ -154,8 +154,10 @@
#cmakedefine HAVE_FMODF 1
#cmakedefine HAVE_ISINF 1
#cmakedefine HAVE_ISINFF 1
#cmakedefine HAVE_ISINF_FLOAT_MACRO 1
#cmakedefine HAVE_ISNAN 1
#cmakedefine HAVE_ISNANF 1
#cmakedefine HAVE_ISNAN_FLOAT_MACRO 1
#cmakedefine HAVE_LOG 1
#cmakedefine HAVE_LOGF 1
#cmakedefine HAVE_LOG10 1