|
Lines 8-15
Link Here
|
| 8 |
#include <sys/param.h> |
8 |
#include <sys/param.h> |
| 9 |
#endif |
9 |
#endif |
| 10 |
|
10 |
|
| 11 |
#if defined(__GLIBC__) || defined(__APPLE__) || defined(__MINGW32__) || (defined(__FreeBSD__) && (__FreeBSD_version >= 502114)) |
11 |
#if defined(__GLIBC__) || defined(__APPLE__) || defined(__MINGW32__) |
| 12 |
#include <fenv.h> |
12 |
#include <fenv.h> |
|
|
13 |
#elif (defined(__FreeBSD__) && (__FreeBSD_version >= 502114)) |
| 14 |
#include "numpy/fenv/fenv.h" |
| 13 |
#elif defined(__CYGWIN__) |
15 |
#elif defined(__CYGWIN__) |
| 14 |
#include "numpy/fenv/fenv.h" |
16 |
#include "numpy/fenv/fenv.h" |
| 15 |
#include "numpy/fenv/fenv.c" |
17 |
#include "numpy/fenv/fenv.c" |