floatabi
Specifies the floating point ABI to use.
floatabi ("value")
Parameters
value is one of:
| Value | Description |
|---|---|
| soft | Compiler will generate software library calls for floating-point operations. |
| softfp | Compiler will generate hardware floating-point instructions, but will still use software float calling conventions. |
| hard | Compiler will generate floating-point instructions using FPU-specific calling conventions. |
Applies To
Project configurations.
Availability
Premake 5.0.0-alpha14 or later.
Examples
floatabi "soft"