From 16784e5bb3dd043f9430401097a4be42ad21eb91 Mon Sep 17 00:00:00 2001 From: merry Date: Sun, 27 Feb 2022 19:40:05 +0000 Subject: 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 --- externals/dynarmic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/dynarmic') diff --git a/externals/dynarmic b/externals/dynarmic index 19a423034..f9696760d 160000 --- a/externals/dynarmic +++ b/externals/dynarmic @@ -1 +1 @@ -Subproject commit 19a423034e1abcaf1a61fa61ceffffebf45a0240 +Subproject commit f9696760db4f63a413093dedd185875da64dff58 -- cgit v1.2.3