Merge pull request #5278 from MerryMage/cpuopt_unsafe_inaccurate_nan
dynarmic: Add Unsafe_InaccurateNaN optimization
This commit is contained in:
commit
98c455451f
7 changed files with 27 additions and 1 deletions
|
@ -131,6 +131,7 @@ struct Values {
|
|||
|
||||
bool cpuopt_unsafe_unfuse_fma;
|
||||
bool cpuopt_unsafe_reduce_fp_error;
|
||||
bool cpuopt_unsafe_inaccurate_nan;
|
||||
|
||||
// Renderer
|
||||
Setting<RendererBackend> renderer_backend;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue