mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
SPU LLVM: Add accurate double-precision FMA support
This commit is contained in:
parent
1b68f90e42
commit
158b24ec25
9 changed files with 62 additions and 26 deletions
|
@ -1628,7 +1628,7 @@ extern void ppu_initialize(const ppu_module& info)
|
|||
#ifndef _WIN32
|
||||
settings += ppu_settings::non_win32;
|
||||
#endif
|
||||
if (g_cfg.core.ppu_accurate_fma)
|
||||
if (g_cfg.core.llvm_accurate_dfma)
|
||||
{
|
||||
settings += ppu_settings::accurate_fma;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue