Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb1b74 commit be42caeCopy full SHA for be42cae
2 files changed
numpy/core/src/private/npy_config.h
@@ -10,16 +10,6 @@
10
#undef HAVE_HYPOT
11
#endif
12
13
-/* Safe to use ldexp and frexp for long double for MSVC builds */
14
-#if (NPY_SIZEOF_LONGDOUBLE == NPY_SIZEOF_DOUBLE) || defined(_MSC_VER)
15
- #ifdef HAVE_LDEXP
16
- #define HAVE_LDEXPL 1
17
- #endif
18
- #ifdef HAVE_FREXP
19
- #define HAVE_FREXPL 1
20
21
-#endif
22
-
23
/* Disable broken Sun Workshop Pro math functions */
24
#ifdef __SUNPRO_C
25
#undef HAVE_ATAN2
0 commit comments