enable_fast_math [0 / 1]
This command can be used to enable (when set to 1, which is default) and disable (set to 0) fast math. When fast math is on (default) Denormals-Are-Zeroes and Flush-to-Zero are enabled.
Arguments are parameters that you add to a command. Find information about this command's arguments below.
0 / 1 | Enter 1 (default) to enable fast math. Enter 0 to disable fast math. |
Sv_cheats Required? | No |
Client or Server Command? | Both |
Default Value | 1 |
Find below working examples of this command (copy and paste into console).
enable_fast_math 1
This command enables fast math (default setting).
enable_fast_math 0
This command disables fast math.