SPU LLVM: Add accurate double-precision FMA support

This commit is contained in:
Eladash 2020-04-03 08:11:47 +03:00 committed by Ivan
parent 1b68f90e42
commit 158b24ec25
9 changed files with 62 additions and 26 deletions

View file

@ -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;
}