mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 11:46:58 -04:00
kern: optimize timespan -> tick codegen, improve .text layout
This commit is contained in:
parent
89926f44c6
commit
aaa3770806
5 changed files with 88 additions and 45 deletions
|
@ -33,8 +33,6 @@
|
|||
#define ALWAYS_INLINE inline __attribute__((always_inline))
|
||||
#define NOINLINE __attribute__((noinline))
|
||||
|
||||
#define CONST_FOLD(x) (__builtin_constant_p(x) ? (x) : (x))
|
||||
|
||||
#define CONCATENATE_IMPL(s1, s2) s1##s2
|
||||
#define CONCATENATE(s1, s2) CONCATENATE_IMPL(s1, s2)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue