x86-32 recompiler performs float->integer rounding by loading FPU control word instead of calling helper function - speedup on some stuff.
This commit is contained in:
parent
aab2c3e7cf
commit
dd2a608707
6 changed files with 88 additions and 182 deletions
|
|
@ -4556,6 +4556,10 @@ static void FP_COMPARE_IL()
|
|||
FP_COMPARE_MEM();
|
||||
}
|
||||
|
||||
static void UPDATE_NPXC(int reg)
|
||||
{
|
||||
}
|
||||
|
||||
static void SET_BITS(uintptr_t addr, uint32_t val)
|
||||
{
|
||||
if (IS_32_ADDR(addr))
|
||||
|
|
|
|||
Loading…
Reference in a new issue