First commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef INC_MMR_CAN_OPTIMIZE_H_
|
||||
#define INC_MMR_CAN_OPTIMIZE_H_
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define always_inline inline __attribute__((always_inline))
|
||||
#else
|
||||
#define always_inline inline
|
||||
#endif
|
||||
|
||||
#endif /* INC_OPTIMIZE_H_ */
|
||||
Reference in New Issue
Block a user