dolphin/Source/Core
JosJuice 4ecdb9e57e JitArm64: Use one instruction for making NaNs quiet
Instead of materializing the quiet bit in a register and ORing the NaN
with it, we can perform an arithmetic operation on the NaN. This is a
cycle or two slower on some CPUs in cases where generating the quiet bit
pipelined well, but this is farcode that rarely runs, so instruction
fetch latency is the bigger concern. And for non-SIMD cases, we also
save a register.
2023-11-28 18:49:30 +01:00
..
AudioCommon Use structs for config callback IDs 2023-08-17 19:19:26 +02:00
Common Remove redundant 32-bit code 2023-11-28 23:03:26 +11:00
Core JitArm64: Use one instruction for making NaNs quiet 2023-11-28 18:49:30 +01:00
DiscIO Tool/Header: Add JSON output mode; game data 2023-11-28 08:49:28 +00:00
DolphinNoGUI
DolphinQt Remove _M_X86 in favour of _M_X86_64 2023-11-28 23:03:20 +11:00
DolphinTool Tool/Header: Add JSON output mode; game data 2023-11-28 08:49:28 +00:00
InputCommon SDL: Add default case to switch statement 2023-11-10 12:05:20 -08:00
MacUpdater
UICommon Remove _M_X86 in favour of _M_X86_64 2023-11-28 23:03:20 +11:00
UpdaterCommon
VideoBackends OGLConfig: Only use Warn Log if OGL extensions are missing 2023-11-27 20:52:04 -08:00
VideoCommon Remove _M_X86 in favour of _M_X86_64 2023-11-28 23:03:20 +11:00
WinUpdater
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Merge pull request #12328 from iwubcode/xf_state_manager 2023-11-28 02:04:26 +00:00
DolphinLib.vcxproj Add lz4 submodule 2023-10-02 17:28:23 -04:00
DolphinLib.vcxproj.user
DolphinLib.x64.props