Merge pull request #5278 from MerryMage/cpuopt_unsafe_inaccurate_nan

dynarmic: Add Unsafe_InaccurateNaN optimization
This commit is contained in:
bunnei 2021-01-03 03:27:29 -08:00 committed by GitHub
commit 98c455451f
7 changed files with 27 additions and 1 deletions

View file

@ -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;