Contenu principal

Support long long

R2026b

C compiler support for long long data type

Model Configuration Pane: Hardware Implementation

Description

The Support long long parameter specifies that your C compiler supports the C long long data type. Most C99 compilers support long long.

Dependencies

This parameter is enabled only if the selected hardware supports the C long long data type.

Settings

off (default) | on
on

Enables use of C long long data type for simulation and code generation on the hardware. If your compiler does not support C long long, do not select this parameter.

off

Disables use of C long long data type for simulation or code generation on the hardware.

Recommended Settings

ApplicationSetting
DebuggingNo impact
TraceabilityNo impact
EfficiencyOn (execution, ROM)
Safety precaution

No recommendation for simulation without code generation.
For simulation with code generation, select your Device vendor and Device type if they are available in the drop-down list. If your Device vendor and Device type are not available, set device-specific values by using Custom Processor.

Programmatic Use

Parameter: ProdLongLongMode
Type: string | character vector
Value: "on" | "off"
Default: 'off'

Version History

Introduced in R2006b