Skip to content

Commit

Permalink
Fix numpy header
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Oct 19, 2016
1 parent 909e65f commit 7a26b8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/numpy/ufuncobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 | \
Expand Down

0 comments on commit 7a26b8a

Please sign in to comment.