mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-04-03 17:17:13 +02:00
provide fegetround & family functions on win64
This commit is contained in:
parent
9bd6ebcc55
commit
a076418c8b
1 changed files with 3 additions and 1 deletions
|
@ -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__
|
||||
|
|
Loading…
Add table
Reference in a new issue