Cleanup and optimization of the internal serial retrieval routines.
Renamed ATTR_NOINLINE to ATTR_NO_INLINE to fit with the rest of the library function attribute names.
This commit is contained in:
parent
ab2ae13d81
commit
840d386deb
3 changed files with 12 additions and 17 deletions
|
|
@ -87,7 +87,7 @@
|
|||
/** Prevents the compiler from considering a specified function for inlining. When applied, the given
|
||||
* function will not be inlined under any circumstances.
|
||||
*/
|
||||
#define ATTR_NOINLINE __attribute__ ((noinline))
|
||||
#define ATTR_NO_INLINE __attribute__ ((noinline))
|
||||
|
||||
/** Forces the compiler to inline the specified function. When applied, the given function will be
|
||||
* inlined under all circumstances.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue