SUNphi  1.0
Inline.hpp
Go to the documentation of this file.
1 #ifndef _INLINE_HPP
2 #define _INLINE_HPP
3 
4 /// \file Inline.hpp
5 ///
6 /// \brief Force inlining of a function
7 
8 /// Force inlining of a function
9 #define ALWAYS_INLINE
10  __attribute__((always_inline)) inline
11 
12 #endif