Check for modff in addition to modf

This commit is contained in:
Sam Lantinga 2023-06-15 16:43:35 -07:00
parent dab4f296b8
commit e72935a445
5 changed files with 6 additions and 2 deletions

View file

@ -117,6 +117,7 @@
#define HAVE_LROUND 1
#define HAVE_LROUNDF 1
#define HAVE_MODF 1
#define HAVE_MODFF 1
#define HAVE_POW 1
#define HAVE_POWF 1
#define HAVE_ROUND 1