Skip to main content

IAR Embedded Workbench for RH850 3.20.x

--fpu

In this section:
Syntax
--fpu={single|double}
Parameters

single

Sets the predefined symbol __FPU__ to __FPU_SINGLE__.

double

Sets the predefined symbol __FPU__ to __FPU_DOUBLE__.

Description

Use this option to define the symbol __FPU__. If this option is not specified, the predefined symbol __FPU__ is defined as __FPU_NONE__.

See also

Predefined symbols.

Caution

To set related options, select:

Project>Options>General Options>Target>FPU