-
-
Notifications
You must be signed in to change notification settings - Fork 617
floatingpoint
Jason Perkins edited this page Apr 14, 2015
·
7 revisions
The floatingpoint function 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.
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. |
Solutions, projects, and project configurations.
Premake 5.0.
floatingpoint "Fast"