Test Device Details: Enable long long
Long long data type support
Description
App Configuration Pane: Hardware
Configuration Objects: coder.HardwareImplementation
C compiler support for the long long
data type.
When using GPU Coder™, the code generator always uses the C
long long
data type in the generated code.
Most C99 compilers support long long
.
Tips:
TargetLongLongMode
is enabled only if the specified production hardware supports the Clong long
data type.If your compiler does not support C
long long
, do not select this parameter.
Dependencies
TargetLongLongMode
enables use of the
TargetBitPerLongLong
property.
Settings
- On
This value is the default value.
The code generator uses the C
long long
data type in the generated code.- Off
The code generator does not use the C
long long
data type in the generated code.
Programmatic Use
Property:
TargetLongLongMode |
Values: true |
false |
Default: true |
Version History
Introduced in R2013b