Contenu principal

Test Device Details: Enable long long

Long long data type support

Description

App Configuration Pane: Hardware

Configuration Objects: coder.HardwareImplementation

Whether your C compiler supports 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 test hardware supports the C long long data type.

  • If your compiler does not support C long long, do not select this parameter.

Dependencies

This parameter enables use of the Test Device Details: long long parameter.

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