Skip to content

Commit

Permalink
remove obsolete support for Solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Aug 21, 2022
1 parent a36783e commit f33e579
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions numpy/core/include/numpy/npy_math.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
#include <numpy/npy_common.h>

#include <math.h>
#ifdef __SUNPRO_CC
#include <sunmath.h>
#endif

/* By adding static inline specifiers to npy_math function definitions when
appropriate, compiler is given the opportunity to optimize */
Expand Down
9 changes: 0 additions & 9 deletions numpy/core/src/common/npy_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@

/* blocklist */

/* Disable broken Sun Workshop Pro math functions */
#ifdef __SUNPRO_C

#undef HAVE_ATAN2
#undef HAVE_ATAN2F
#undef HAVE_ATAN2L

#endif

/* Disable broken functions on z/OS */
#if defined (__MVS__)

Expand Down

0 comments on commit f33e579

Please sign in to comment.