suyu/src/yuzu_cmd
merry 16784e5bb3 dynarmic: Inline exclusive memory accesses
Inlines implementation of exclusive instructions into JITted code,
improving performance of applications relying heavily on these
instructions.

We also fastmem these instructions for additional speed, with
support for appropriate recompilation on fastmem failure.

An unsafe optimization to disable the intercore global_monitor is also
provided, should one wish to rely solely on cmpxchg semantics for
safety.

See also: merryhime/dynarmic#664
2022-02-27 19:40:05 +00:00
..
emu_window yuzu_cmd: Use new input 2021-11-24 20:30:23 -06:00
CMakeLists.txt yuzu-cmd/CMakeLists: Correct attribution for this function. 2021-08-08 20:24:53 +02:00
config.cpp dynarmic: Inline exclusive memory accesses 2022-02-27 19:40:05 +00:00
config.h yuzu_cmd: config: Pass a reference in 2021-06-30 20:16:01 -04:00
default_ini.h dynarmic: Inline exclusive memory accesses 2022-02-27 19:40:05 +00:00
yuzu.cpp general: Get the current process program id directly from the system 2021-11-04 16:59:39 -04:00
yuzu.rc Fix: fatal error CVT1100 when compiling manifest file 2020-06-21 03:11:23 +02:00