请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:TMS320F28388D 工具/软件:
如果我将 CLA 函数定义为:
static inline __attribute__((always_inline)) void MyFunction(void)
{
code here
}
will the CLA compiler recognize this and inline the function?
Thanks in advance for any insight.
