mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-26 19:29:04 +00:00
[compiler] Add __always_inline macro
This commit is contained in:
parent
60c3b69c31
commit
9b01a9fd9c
@ -325,6 +325,9 @@ extern void dbg_hex_dump_da ( unsigned long dispaddr,
|
||||
/** Declare a data structure to be aligned with 16-byte alignment */
|
||||
#define __aligned __attribute__ (( aligned ( 16 ) ))
|
||||
|
||||
/** Declare a function to be always inline */
|
||||
#define __always_inline __attribute__ (( always_inline ))
|
||||
|
||||
/**
|
||||
* Shared data.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user