mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-11-05 01:34:59 +00:00
The x87 fpatan emulation is currently based around conversion to double. This is inherently unsuitable for a good emulation of any floatx80 operation. Reimplement using the soft-float operations, as for other such instructions. Backports commit ff57bb7b63267dabd60f88354c8c29ea5e1eb3ec from qemu |
||
|---|---|---|
| .. | ||
| arm | ||
| i386 | ||
| m68k | ||
| mips | ||
| riscv | ||
| sparc | ||