dolphin/Source/Core
JosJuice 52661dcc76 Arm64Emitter: Fix encoding of size for ADD (vector)
This was causing a bug in the rounding of paired single multiplication
operands. If Force25BitPrecision was called for quad registers, the
element size of its ADD instruction would get treated as if it was 16
instead of the intended 64, which would cause the result of the
calculation to be incorrect if the carry had to pass a 16-bit boundary.

Fixes one of the two bugs reported in
https://bugs.dolphin-emu.org/issues/12998.
2022-08-05 21:49:28 +02:00
..
AudioCommon StripSpaces: only strip spaces 2022-07-25 18:40:12 -07:00
Common Arm64Emitter: Fix encoding of size for ADD (vector) 2022-08-05 21:49:28 +02:00
Core Merge pull request #10932 from JosJuice/nfs 2022-08-04 22:20:08 +02:00
DiscIO DiscIO/VolumeVerifier: Add a note about NFS bad dumps 2022-08-04 22:01:00 +02:00
DolphinNoGUI Require frontend to initialize controllers 2022-07-17 14:03:04 +02:00
DolphinQt DiscIO: Add support for the NFS format 2022-08-04 22:00:58 +02:00
DolphinTool DiscIO: Replace IsDataSizeAccurate with GetDataSizeType 2022-08-04 22:00:59 +02:00
InputCommon Merge pull request #10889 from shuffle2/spng 2022-07-26 12:53:04 +02:00
MacUpdater CMakeLists: Replace tab characters with spaces 2022-01-16 15:20:40 -08:00
UICommon Merge pull request #10932 from JosJuice/nfs 2022-08-04 22:20:08 +02:00
UpdaterCommon cmake: Don't use PCH with Qt6. 2022-05-22 01:19:44 +02:00
VideoBackends MTLUtil: Include TargetConditionals 2022-07-23 17:22:11 -04:00
VideoCommon Sanitize and use increased precision when normalizing light directions 2022-08-04 08:52:44 -07:00
WinUpdater replace zlib with zlib-ng 2022-07-24 14:33:37 -07:00
CMakeLists.txt CMakeLists: Add option to disable automatic update support 2022-03-18 03:04:51 -04:00
DolphinLib.ARM64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.props DiscIO: Add support for the NFS format 2022-08-04 22:00:58 +02:00
DolphinLib.vcxproj msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.x64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00