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 e110a30 commit e906d48Copy full SHA for e906d48
runtime/platform/compiler.h
@@ -60,11 +60,9 @@
60
#if defined(_MSC_VER)
61
#define ET_NOINLINE __declspec(noinline)
62
#define ET_INLINE __forceinline
63
-#define ET_INLINE_ATTRIBUTE
64
#else
65
#define ET_NOINLINE __attribute__((noinline))
66
#define ET_INLINE __attribute__((always_inline)) inline
67
-#define ET_INLINE_ATTRIBUTE __attribute__((always_inline))
68
#endif
69
70
#if defined(__GNUC__)
0 commit comments