From a076418c8b47e51ff9cb58b2816bfd2b04bdcf7d Mon Sep 17 00:00:00 2001 From: Jameson Nash Date: Mon, 13 Jan 2014 01:09:01 -0500 Subject: [PATCH] provide fegetround & family functions on win64 --- amd64/fenv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/amd64/fenv.c b/amd64/fenv.c index cba1b5c..ecd0ab2 100644 --- a/amd64/fenv.c +++ b/amd64/fenv.c @@ -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__