Skip to content

floatingpoint

starkos edited this page Apr 10, 2021 · 7 revisions

⚠️ We have a new website! Visit now for the most update to date documentation.
       This wiki is no longer being maintained.


Specifies the style of floating point math which should be used.

floatingpoint "value"

If no value is set for a configuration, the toolset's default floating point settings will be used.

Parameters

value specifies the desired style of floating point math:

Value Description
Default Use the toolset's floating point settings.
Fast Enable floating point optimizations at the expense of accuracy.
Strict Improve floating point consistency at the expense of performance.

Applies To

Project configurations.

Availability

Premake 5.0 or later.

Examples

floatingpoint "Fast"

See Also

Clone this wiki locally