dolphin/Source/Core
JosJuice 6fe96d12c6 Jits: Don't use fast double-to-single when input is double precision
The fast path of using CVTSD2SS/FCVTN rounds the significand if it
can't be exactly represented as a single, whereas the accurate path
instead truncates the significand. So we should only use the fast
path if we know that the lower bits of the significand are not set.

This is not known to affect any games.
2021-07-11 13:04:02 +02:00
..
AudioCommon treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Common JitArm64: Encode logical immediates at compile-time where possible 2021-07-10 20:43:59 +02:00
Core Jits: Don't use fast double-to-single when input is double precision 2021-07-11 13:04:02 +02:00
DiscIO Merge pull request #9854 from JosJuice/wia-ice 2021-07-06 13:05:09 +02:00
DolphinNoGUI treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DolphinQt Merge pull request #9862 from delroth/spdx-tags 2021-07-06 01:02:57 -04:00
InputCommon treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
MacUpdater treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
UICommon Merge pull request #9862 from delroth/spdx-tags 2021-07-06 01:02:57 -04:00
UpdaterCommon UpdaterCommon: Use File::Copy() on non-macOS platforms 2021-07-09 12:56:23 -04:00
VideoBackends treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
VideoCommon JitArm64: Encode logical immediates at compile-time where possible 2021-07-10 20:43:59 +02:00
WinUpdater treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CMakeLists.txt WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00
DolphinLib.ARM64.props Implement ArmFPURoundMode.cpp 2021-04-25 15:56:19 +02:00
DolphinLib.props NetPlay: Refactor some functions into a common header 2021-07-06 06:41:23 -04:00
DolphinLib.vcxproj JitCommon: Signed 32-bit division magic constants 2021-03-07 18:27:36 +01:00
DolphinLib.vcxproj.user msbuild: bundle all dolphin "core" code into single library 2021-01-27 14:29:49 -08:00
DolphinLib.x64.props msbuild: bundle all dolphin "core" code into single library 2021-01-27 14:29:49 -08:00