mirror of https://github.com/explosion/spaCy.git
Remove bad cygwin code from numpy header.
This commit is contained in:
parent
d4aaf2752c
commit
909e65f2a3
|
@ -389,9 +389,6 @@ typedef struct _loop1d_info {
|
||||||
#if defined(__GLIBC__) || defined(__APPLE__) || \
|
#if defined(__GLIBC__) || defined(__APPLE__) || \
|
||||||
defined(__MINGW32__) || defined(__FreeBSD__)
|
defined(__MINGW32__) || defined(__FreeBSD__)
|
||||||
#include <fenv.h>
|
#include <fenv.h>
|
||||||
#elif defined(__CYGWIN__)
|
|
||||||
#include "fenv/fenv.c"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define UFUNC_CHECK_STATUS(ret) { \
|
#define UFUNC_CHECK_STATUS(ret) { \
|
||||||
int fpstatus = (int) fetestexcept(FE_DIVBYZERO | FE_OVERFLOW | \
|
int fpstatus = (int) fetestexcept(FE_DIVBYZERO | FE_OVERFLOW | \
|
||||||
|
|
Loading…
Reference in New Issue