Are the options 'TargetFunctionLibrary' and 'CodeReplacementLibrary' the same ?

1 回表示 (過去 30 日間)
Roland Pfister
Roland Pfister 2023 年 4 月 26 日
回答済み: Muskan 2023 年 5 月 16 日
In model adivor for the check
Check for blocks not recommended for MISRA C:2012
I get a warning, that option for code replacement library ist not set correctly.
We use an m-file to set the configuration. Within this m-file we set the configuration for the option 'TargetFunctionLibrary', but I do not find any help or reference within Matlab, but it seems this option has the same effect like the option 'CodeReplacementLibrary' .
So maybe the options are identical ?

採用された回答

Muskan
Muskan 2023 年 5 月 16 日
Hi Roland,
As per my understanding of the question, no, the 'TargetFunctionLibrary' and 'CodeReplacementLibrary' options in MATLAB are not the same.
The 'TargetFunctionLibrary' option is used to specify the library of target-specific functions used in generated code, while the 'CodeReplacementLibrary' option specifies the library of code replacements used to optimize the generated code. These options serve different purposes and are used in different contexts to optimize generated code.
You can refer to the following documentation for a better understanding:
Thanks

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink Coder についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by