Skip to main content

IAR Embedded Workbench for RH850 3.20.x

STDC CX_LIMITED_RANGE

In this section:
Syntax
#pragma STDC CX_LIMITED_RANGE {ON|OFF|DEFAULT}
Parameters

ON

Normal complex mathematic formulas can be used.

OFF

Normal complex mathematic formulas cannot be used.

DEFAULT

Sets the default behavior, that is OFF.

Description

Use this pragma directive to specify that the compiler can use the normal complex mathematic formulas for * (multiplication), / (division), and abs.

Note

This directive is required by Standard C. The directive is recognized but has no effect in the compiler.