yuzu-fork/src
Markus Wick c78c8190d5 shader_recompiler/LOP3: Use brute force python results within switch/case.
Thanks to @asLody for optimizing this function. This raised the focus that this function should be optimized more.

The current table assumes that the host GPU is able to invert for free, so only AND,OR,XOR are accumulated in the performance metrik.

Performance results:

Instructions
0: 8
1: 30
2: 114
3: 80
4: 24

Latency
0: 8
1: 30
2: 194
3: 24
2022-03-08 09:44:28 +01:00
..
audio_core audio_core: Update current process revision 2022-02-11 00:56:13 -05:00
common Merge pull request #7973 from Morph1984/debug-crash 2022-03-06 04:49:27 +01:00
core hle: kernel: KPageTable: Improve implementations of MapCodeMemory and UnmapCodeMemory. 2022-03-07 17:18:20 -08:00
input_common Merge pull request #7859 from german77/battery_again 2022-02-24 11:42:51 -08:00
shader_recompiler shader_recompiler/LOP3: Use brute force python results within switch/case. 2022-03-08 09:44:28 +01:00
tests cmake: make tests optional 2022-01-12 00:36:20 +01:00
video_core Merge pull request #7930 from asLody/dma-semaphore 2022-03-07 21:53:38 +01:00
web_service web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
yuzu dynarmic: Inline exclusive memory accesses 2022-02-27 19:40:05 +00:00
yuzu_cmd dynarmic: Inline exclusive memory accesses 2022-02-27 19:40:05 +00:00
.clang-format
CMakeLists.txt cmake: make tests optional 2022-01-12 00:36:20 +01:00