RPCS3 Forums

Full Version: how can i change the emu to run on ss3 instead of avx
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
RPCS3 uses SSSE3 not SSE3
That being said, there's no toggle for disabling AVX
(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.)
What if you use bcedit tool and run command

bcdedit /set xsavedisable 1


and then reboot?