mirror of
https://github.com/zeldaret/botw
synced 2026-05-23 06:54:18 -04:00
Havok: Fix HK_FORCE_INLINE to actually force inlining
...using the always_inline attribute
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user