Go to the documentation of this file.
5#define ALWAYS_INLINE inline __attribute__((always_inline))
6#define NEVER_INLINE __attribute__((noinline))
8#elif defined _MSC_VER && 0
11#define ALWAYS_INLINE __forceinline
12#define NEVER_INLINE __declspec(noinline)
16#define ALWAYS_INLINE inline