--fpu
In this section:
Syntax
--fpu={none|single|double}Parameters
| Makes the compiler call library routines when performing floating-point arithmetic, instead of using the floating-point unit. |
| Uses the floating-point unit for 32-bit operations. |
| Uses the floating-point unit for all operations. |
Description
Use this option to configure how the compiler handles floating-point operations.
Caution
Project>Options>General Options>Target>Floating point unit