Skip to content

Commit a076418

Browse files
committed
provide fegetround & family functions on win64
1 parent 9bd6ebc commit a076418

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

amd64/fenv.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
#include "bsd_fpu.h"
3030
#include "math_private.h"
3131

32-
#define _fenv_static
32+
#ifdef _WIN32
33+
#define __fenv_static
34+
#endif
3335
#include "fenv.h"
3436

3537
#ifdef __GNUC_GNU_INLINE__

0 commit comments

Comments
 (0)