Go to the documentation of this file.
35#ifndef NEKTAR_LIBUTILITIES_BASICUTILS_NEKINLINE
36#define NEKTAR_LIBUTILITIES_BASICUTILS_NEKINLINE
41#if defined(__GNUC__) || defined(__clang__)
42#define NEK_FORCE_INLINE inline __attribute__((always_inline))
43#elif defined(_MSC_VER)
44#define NEK_FORCE_INLINE __forceinline
46#define NEK_FORCE_INLINE inline