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"