citra/src
Wunkolo 88089801ba shader_jit_a64: Optimize conditional tests
These conditional tests are a 1:1 translation from the x64 code but do
not have to be. Reference-values are known at emit-time and can be
embedded as an immediate into an `EOR` instruction rather than moved
into a register. The `TST` instruction can be utilized to more optimally
test and update the `EQ`/`NE` status flags.
2024-08-11 14:28:06 -07:00
..
android Add instant log flush option (#209) 2024-07-21 12:36:00 +02:00
audio_core fix build error with modern openal-soft 2024-03-22 16:52:23 -06:00
citra Add instant log flush option (#209) 2024-07-21 12:36:00 +02:00
citra_qt Add instant log flush option (#209) 2024-07-21 12:36:00 +02:00
common Add instant log flush option (#209) 2024-07-21 12:36:00 +02:00
core Artic Base: Fix issue when 0 bytes are read from file (#199) 2024-07-17 14:37:55 +02:00
dedicated_room dedicated_room: properly initialize logging (#7468) 2024-02-27 20:36:28 +05:30
input_common fix ASAN error in sdl_impl.cpp (#7427) 2024-02-09 14:08:15 -08:00
network Artic Base: Add Artic Controller support (#195) 2024-07-16 22:00:21 +02:00
tests shader_jit/tests: Test both the shader interpreter and jit (#72) 2024-07-04 08:42:31 +02:00
video_core shader_jit_a64: Optimize conditional tests 2024-08-11 14:28:06 -07:00
web_service Remove the telemetry (#45) 2024-04-02 20:25:36 +02:00
.clang-format clang format: add objective c++ formatting 2022-01-10 13:52:39 +01:00
CMakeLists.txt build: Add flags to toggle specific renderer backends. (#7375) 2024-01-21 23:29:46 -08:00