Skip to main content

IAR Embedded Workbench for RX 5.20

--fpu

In this section:
Syntax

--fpu {none|32|64}

Parameters

none

The code was compiled to handle floating-point operations without having an FPU available.

32

The code was compiled for having a 32-bit FPU available.

64

The code was compiled for having a 64-bit FPU available.

For use with

All C-SPY drivers.

Description

Use this option to specify how the code was compiled with regards to handling floating-point operations.

See also

The IAR C/C++ Development documentation for more information about compiling for an FPU.

Caution

This option is set automatically when you choose:

Project>Options>General Options>Target>Device