Qualify C restrict function arguments
Description
App Configuration Pane: Speed
Configuration Objects: | coder.EmbeddedCodeConfig
Whether to apply the C restrict qualifier to function arguments when it might enable additional compiler optimizations. This parameter requires Embedded Coder®.
Settings
- Off
This is the default setting.
Does not apply the restrict keyword automatically.
- On
Applies the restrict keyword to pointer arguments automatically. The code generator does not apply the restrict keyword if the pointer is aliased.
Programmatic Use
Property:
QualifyRestrictAuto |
Values: false |
true |
Default: false |
Examples
Version History
Introduced in R2026a