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.
2 parents e808799 + f7096a7 commit cbf693cCopy full SHA for cbf693c
include/xsimd/config/xsimd_inline.hpp
@@ -17,6 +17,8 @@
17
#elif defined __has_attribute
18
#if __has_attribute(always_inline)
19
#define XSIMD_INLINE inline __attribute__((always_inline))
20
+#else
21
+#define XSIMD_INLINE inline
22
#endif
23
#elif defined(_MSC_VER)
24
#define XSIMD_INLINE inline __forceinline
0 commit comments