mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
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:
parent
4d46e66833
commit
c16319f959
3 changed files with 23 additions and 14 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue