Skip to content

driconf: Add a limit_trig_input_range option

With this option enabled range of input values for fsin and fcos is limited to [-2pi : 2pi] by calculating the reminder after 2*pi modulo division. This helps to improve calculation precision for large input arguments on Intel.

Helps to resolve the white blinking artifacts issue in Wolfenstein Yong Blood

Closes #6452 (closed)

Edited by Vadym Shovkoplias

Merge request reports