provide fegetround & family functions on win64

This commit is contained in:
Jameson Nash 2014-01-13 01:09:01 -05:00
parent 9bd6ebcc55
commit a076418c8b
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@
#include "bsd_fpu.h"
#include "math_private.h"
#define _fenv_static
#ifdef _WIN32
#define __fenv_static
#endif
#include "fenv.h"
#ifdef __GNUC_GNU_INLINE__