|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Function force inlining for frc compiler
Hello, just wondering if it is possible to force inline functions when using the frc compiler, using
Code:
__forceinline Code:
__inline |
|
#2
|
|||
|
|||
|
Re: Function force inlining for frc compiler
You could try:
Code:
__attribute__((always_inline)) Code:
inline void foo (const char) __attribute__((always_inline)); Last edited by Ben Wolsieffer : 03-15-2015 at 01:15 PM. |
|
#3
|
|||
|
|||
|
Re: Function force inlining for frc compiler
Thank you, there isn't much need for it, I just wanted to know. So it works exactly how it does in linux. Thanks.
|
|
#4
|
|||
|
|||
|
Re: Function force inlining for frc compiler
Quote:
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|