Fix numpy header

This commit is contained in:
Matthew Honnibal 2016-10-19 20:05:44 +02:00
parent 909e65f2a3
commit 7a26b8a100

View File

@ -389,6 +389,7 @@ typedef struct _loop1d_info {
#if defined(__GLIBC__) || defined(__APPLE__) || \
defined(__MINGW32__) || defined(__FreeBSD__)
#include <fenv.h>
#endif
#define UFUNC_CHECK_STATUS(ret) { \
int fpstatus = (int) fetestexcept(FE_DIVBYZERO | FE_OVERFLOW | \