mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 02:06:31 +03:00
Fix numpy header
This commit is contained in:
parent
909e65f2a3
commit
7a26b8a100
|
@ -389,6 +389,7 @@ 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>
|
||||||
|
#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
Block a user