Minor fixup after #6894

This commit is contained in:
Eladash 2019-12-22 08:55:48 +02:00 committed by Ivan
parent 45cff1219c
commit b59a825e48
2 changed files with 2 additions and 8 deletions

View file

@ -1132,12 +1132,6 @@ void spu_thread::cpu_task()
std::fesetround(FE_TOWARDZERO);
if (g_cfg.core.set_daz_and_ftz && g_cfg.core.spu_decoder != spu_decoder_type::precise)
{
// Set DAZ and FTZ
_mm_setcsr(_mm_getcsr() | 0x8840);
}
g_tls_log_prefix = []
{
const auto cpu = static_cast<spu_thread*>(get_current_cpu_thread());