mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
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__) || \
|
||||
defined(__MINGW32__) || defined(__FreeBSD__)
|
||||
#include <fenv.h>
|
||||
#elif defined(__CYGWIN__)
|
||||
#include "fenv/fenv.c"
|
||||
#endif
|
||||
|
||||
#define UFUNC_CHECK_STATUS(ret) { \
|
||||
int fpstatus = (int) fetestexcept(FE_DIVBYZERO | FE_OVERFLOW | \
|
||||
|
|
Loading…
Reference in New Issue
Block a user