Version
3.0-604
Branch
neobrain-fifo-test
Date
10 years, 4 months ago
Windows x64 Windows x86 Mac OS X
Commit
75fbbcae4003227fd842f668d041af8373e7b29a
Change author
skidau
Change description
Merge branch 'JIT-Exceptions'

* 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