mirror of
https://github.com/xcat2/xNBA.git
synced 2025-08-17 16:50:27 +00:00
[compiler] Add __always_inline macro
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user