mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
Opt-in set DAZ and FTZ
This commit is contained in:
parent
a77896c1b6
commit
4c7afb6952
3 changed files with 11 additions and 9 deletions
|
|
@ -508,7 +508,7 @@ void ppu_thread::cpu_task()
|
|||
{
|
||||
std::fesetround(FE_TONEAREST);
|
||||
|
||||
if (g_cfg.core.ppu_decoder != ppu_decoder_type::precise)
|
||||
if (g_cfg.core.set_daz_and_ftz && g_cfg.core.ppu_decoder != ppu_decoder_type::precise)
|
||||
{
|
||||
// Set DAZ and FTZ
|
||||
_mm_setcsr(_mm_getcsr() | 0x8840);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue