We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501cf7e commit 0a9d1e3Copy full SHA for 0a9d1e3
quaddtype/numpy_quaddtype/src/dragon4.c
@@ -25,13 +25,6 @@ Modifications are specific to support the SLEEF_QUAD
25
#include "dtype.h"
26
#include "scalar.h"
27
28
-#if !defined(HAVE_THREAD_LOCAL) && !defined(HAVE__THREAD_LOCAL) && \
29
- !defined(HAVE___THREAD) && !defined(HAVE___DECLSPEC_THREAD_) && \
30
- !defined(__cplusplus)
31
-#warning "No thread-local storage support detected! NPY_TLS will be empty, causing thread safety issues."
32
-#else
33
-#warning "NPY_TLS Thread-local storage support detected."
34
-#endif
35
36
#ifdef __cplusplus
37
#define NPY_TLS thread_local
0 commit comments