dolphin/Source/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
..
AudioCommon
Common Avoid including scmrev.h except in Version.cpp 2021-05-21 17:03:01 +02:00
Core Interpreter: Fix fctiwx rounding 2021-05-22 17:28:04 +02:00
DiscIO
DolphinNoGUI Merge pull request #9417 from Filoppi/input-1 2021-05-07 15:08:01 +02:00
DolphinQt Merge pull request #9687 from Dentomologist/fix_config_descriptions_grammar 2021-05-20 11:15:25 -04:00
InputCommon IMUGyroscope: make GetState update optional (on by default), fix const, clean code 2021-05-19 20:51:35 +03:00
MacUpdater
UICommon DolphinQt: AutoUpdate.cpp should use scm_rev_git_str 2021-05-21 17:36:43 +02:00
UpdaterCommon
VideoBackends Fix perf query regression 2021-05-21 13:39:59 +02:00
VideoCommon Merge pull request #9710 from JosJuice/volatile-begone 2021-05-20 10:20:22 -04:00
WinUpdater
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Merge pull request #9707 from JosJuice/remove-atomic-header 2021-05-14 14:33:24 -04:00
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props