From 836ec9176aee5558c69764df46aa8347fca2e3d2 Mon Sep 17 00:00:00 2001 From: MerryMage Date: Sun, 16 Aug 2020 13:19:55 +0100 Subject: dynarmic: Add unsafe optimizations --- src/yuzu/configuration/configure_cpu.ui | 52 +++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'src/yuzu/configuration/configure_cpu.ui') diff --git a/src/yuzu/configuration/configure_cpu.ui b/src/yuzu/configuration/configure_cpu.ui index bf6ea79bb..ebdd2e6e9 100644 --- a/src/yuzu/configuration/configure_cpu.ui +++ b/src/yuzu/configuration/configure_cpu.ui @@ -38,6 +38,11 @@ Accurate + + + Unsafe + + Enable Debug Mode @@ -62,6 +67,53 @@ + + + + + + Unsafe CPU Optimization Settings + + + + + + 1 + + + These settings reduce accuracy for speed. + + + + + + + Unfuse FMA (improve performance on CPUs without FMA) + + + + <div>This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.</div> + + + + + + + + Faster FRSQRTE and FRECPE + + + + <div>This option improves the speed of some approximate floating-point functions by using less accurate native approximations.</div> + + + + + + + + + -- cgit v1.2.3