Skip to main content

floatabi

Specifies the floating point ABI to use.

floatabi ("value")

Parameters

value is one of:

ValueDescription
SoftCompiler will generate software library calls for floating-point operations.
SoftFPCompiler will generate hardware floating-point instructions, but will still use software float calling conventions.
HardCompiler 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"