dolphin/Source/Core
JosJuice 2a5f4a2390 Jit64: Don't use fregsIn in HandleNaNs
fregsIn will include FD for double-precision instructions, since for
dependency tracking purposes the instruction does read the upper
half of FD. This is not what we want in HandleNaNs.

The consequence of this bug is that if an instruction was supposed to
output a NaN and FD happens to contain a NaN and FD happens to be the
same register as an unused register in the instruction encoding, the
NaN in FD could get used as the output instead of the correct NaN.
This isn't known to affect any games, which isn't especially surprising
considering that there's only one game that needs AccurateNaNs anyway.
2022-10-15 18:11:40 +02:00
..
AudioCommon Mixer: Add assertions regarding num_samples versus buffer length 2022-09-08 12:10:10 -07:00
Common Common/Matrix: Fix Quaternion Norm function. 2022-10-10 21:16:35 -05:00
Core Jit64: Don't use fregsIn in HandleNaNs 2022-10-15 18:11:40 +02:00
DiscIO VolumeVerifier: Add missing assignment to summary_text. 2022-09-23 14:57:55 +02:00
DolphinNoGUI Merge pull request #10751 from Zopolis4/manifesto 2022-09-08 20:36:28 +02:00
DolphinQt Remove most uses of StringFromFormat in favor of fmt 2022-10-12 16:50:47 -07:00
DolphinTool Merge pull request #10751 from Zopolis4/manifesto 2022-09-08 20:36:28 +02:00
InputCommon Input: Add "abs" input expression function. 2022-10-11 19:28:21 -05:00
MacUpdater
UICommon Merge pull request #11088 from JosJuice/uicommon-set-enable-alert 2022-09-29 09:09:29 -04:00
UpdaterCommon Updater: Move inflate intermediate buffer to heap and enlarge 2022-09-12 03:35:03 -07:00
VideoBackends Remove varargs support from LOG_VULKAN_ERROR 2022-10-12 16:50:51 -07:00
VideoCommon Simplify saving CP state 2022-10-09 19:32:59 -07:00
WinUpdater Merge pull request #10751 from Zopolis4/manifesto 2022-09-08 20:36:28 +02:00
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props VideoCommon: add structures to graphics mods to allow for future adding or removing parameters with less code overhead 2022-10-09 00:00:01 -05:00
DolphinLib.vcxproj msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
DolphinLib.vcxproj.user
DolphinLib.x64.props