RPCS3 Forums
how can i change the emu to run on ss3 instead of avx - Printable Version

+- RPCS3 Forums (https://forums.rpcs3.net)
+-- Forum: Community (https://forums.rpcs3.net/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.rpcs3.net/forumdisplay.php?fid=16)
+--- Thread: how can i change the emu to run on ss3 instead of avx (/showthread.php?tid=196874)



how can i change the emu to run on ss3 instead of avx - omegadavid - 09-02-2017

title says it all. is it possible to run rpcs3 on sse3 instead of avx because i have a ryzen 1700x and it really is horrible when emulating on AVX


RE: how can i change the emu to run on ss3 instead of avx - Ani - 09-02-2017

RPCS3 uses SSSE3 not SSE3
That being said, there's no toggle for disabling AVX


RE: how can i change the emu to run on ss3 instead of avx - ProbablyLotte - 09-16-2017

(09-02-2017, 03:52 PM)Ani Wrote: RPCS3 uses SSSE3 not SSE3
That being said, there's no toggle for disabling AVX

Any plans to implement other x86 instruction sets, or any easy way to switch between them?
As OP said, the Ryzen series of processors don't handle AVX as well as Intel's CPU's, since they complete one AVX instruction per two clock cycles. Since the Zen uArch processes 128-bit instructions per cycle. (iirc)

(Also, Hi, I'm new here.)


RE: how can i change the emu to run on ss3 instead of avx - ps0ne - 10-01-2017

What if you use bcedit tool and run command

bcdedit /set xsavedisable 1


and then reboot?