mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 08:39:13 +01:00
75fbbcae40
* JIT-Exceptions: JitIL code cleanup Changed the JIT code to make the FPU exception timing more accurate. The exception is now triggered at the first FP instruction instead of the start of the block. Rearranged the JIT exception code for a tiny speed-up. Only external exceptions are checked at the end of the block. All other exceptions are checked at the time they occur. Fixes issue 5382. Conflicts: Source/Core/Core/Src/PowerPC/Jit64/Jit_LoadStore.cpp