We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd6ebc commit a076418Copy full SHA for a076418
1 file changed
amd64/fenv.c
@@ -29,7 +29,9 @@
29
#include "bsd_fpu.h"
30
#include "math_private.h"
31
32
-#define _fenv_static
+#ifdef _WIN32
33
+#define __fenv_static
34
+#endif
35
#include "fenv.h"
36
37
#ifdef __GNUC_GNU_INLINE__
0 commit comments