Files
dolphin/Source/Core/Core
JosJuice 68a5fc55d2 Interpreter: Fix fctiwx rounding
The interpreter implementation of fctiwx was treating rounding
mode 0 as "round to nearest, ties towards zero", which is not
an actual IEEE-754 rounding mode. The IBM document mentioned
in a comment at the top of the function, on the other hand,
treats rounding mode 0 as "round to nearest, ties to even",
which makes more sense.

This fixes one of JMC's console-recorded F-Zero GX replays on
JitArm64. (JitArm64 uses an interpreter fallback for fctiwx.)
2021-05-22 17:28:04 +02:00
..
2021-05-22 17:28:04 +02:00
2020-08-27 21:54:04 +01:00
2021-01-27 05:15:54 -08:00
2020-11-28 23:35:55 +01:00
2021-03-04 18:41:13 +01:00
2020-12-19 23:22:06 -05:00
2020-12-19 23:22:06 -05:00