mirror of https://github.com/zeldaret/botw.git
Havok: Fix HK_FORCE_INLINE to actually force inlining
...using the always_inline attribute
This commit is contained in:
parent
5d6f2f0569
commit
288b3421a0
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#define HK_FORCE_INLINE inline
|
||||
#define HK_FORCE_INLINE inline __attribute__((always_inline))
|
||||
#define HK_ALWAYS_INLINE HK_FORCE_INLINE
|
||||
#define HK_NEVER_INLINE __attribute__((noinline))
|
||||
|
||||
|
|
Loading…
Reference in New Issue