dolphin/Source/Core
Lioncash 965b963a6f
Interpreter_FloatingPoint: Handle SNaNs properly in frsp
If FPSCR[VE] is set, a result isn't supposed to be written to the destination,
just the FPSCR[VXSNAN] bit gets set, and FPSCR[FR] and FPSCR[FI] get set to zero.

If FPSCR[VE] isn't set, then we do write out a result, however, the FPSCR[FPRF]
field is updated to signify a QNaN (yes, a QNaN, the FPRF field doesn't have
a bit configuration for SNaNs).
2018-04-12 19:47:06 -04:00
..
AudioCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
Common Merge pull request #6636 from phire/fix_autoformatting 2018-04-12 22:52:06 +01:00
Core Interpreter_FloatingPoint: Handle SNaNs properly in frsp 2018-04-12 19:47:06 -04:00
DiscIO Reformat all the things! 2018-04-12 21:28:39 +02:00
DolphinNoGUI DolphinNoGUI/CMakeLists: Remove the use of SRCS and LIBS variables 2018-04-04 11:42:57 -04:00
DolphinQt2 Reformat all the things! 2018-04-12 21:28:39 +02:00
DolphinWX Reformat all the things! 2018-04-12 21:28:39 +02:00
InputCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
UICommon Use configured locale in UICommon::FormatSize 2018-04-09 19:14:15 +02:00
Updater Updater: Implement UI 2018-03-28 17:59:22 +02:00
VideoBackends Reformat all the things! 2018-04-12 21:28:39 +02:00
VideoCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
CMakeLists.txt