We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c28e04 commit 0e5f46cCopy full SHA for 0e5f46c
include/pybind11/detail/common.h
@@ -113,9 +113,6 @@
113
#if defined(PYBIND11_NOINLINE_DISABLED)
114
# define PYBIND11_NOINLINE_DCL inline
115
# define PYBIND11_NOINLINE_FWD inline
116
-#elif defined(__INTEL_COMPILER)
117
-# define PYBIND11_NOINLINE_DCL __attribute__ ((noinline)) inline
118
-# define PYBIND11_NOINLINE_FWD inline
119
#elif defined(_MSC_VER)
120
# define PYBIND11_NOINLINE_DCL __declspec(noinline) inline
121
# define PYBIND11_NOINLINE_FWD
0 commit comments