Syntax

-fabi=softfp

-fabi=hard

Description

Specifies the type of floating point code generation. The default is to use the software floating point implementation. If you use softfp then FPU instructions are generated, floating point arguments to functions are supplied in CPU registers. If you use hard then FPU instructions are generated, floating point arguments to functions are supplied in FPU registers.