mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-18 11:41:33 -05:00
This method doesn't involve messing around with the quirks of the x87 FPU and should be reasonably fast. As a bonus, it does the correct thing for out-of-range doubles. However, it is also a little slower and only benefits programs that rely on undefined behavior so it is disabled for now.