PPU Precise: Fix fused float ops misaccuracy by using fma

Also cleanup add64_flags, remove redundent copy of s_ppu_itype.
This commit is contained in:
Eladash 2019-09-14 12:00:05 +03:00 committed by Ivan
parent 4d46e66833
commit c16319f959
3 changed files with 23 additions and 14 deletions

View file

@ -928,8 +928,6 @@ void ppu_thread::stack_pop_verbose(u32 addr, u32 size) noexcept
LOG_ERROR(PPU, "Invalid thread" HERE);
}
const ppu_decoder<ppu_itype> s_ppu_itype;
extern u64 get_timebased_time();
extern ppu_function_t ppu_get_syscall(u64 code);