summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dynarmic/dynarmic_exclusive_monitor.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-04core: refactor emulated cpu core activationLiam1-4/+4
2023-07-22core: remove remaining uses of dynamic_castLiam1-2/+3
2023-06-13core: decouple ARM interface from DynarmicLiam1-0/+0
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-03-19core: Reduce unused includesameerj1-2/+0
2022-02-27dynarmic: Inline exclusive memory accessesmerry1-1/+1
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
2021-11-04core: Remove unused includesameerj1-1/+0
2021-05-29externals: Update dynarmic.Markus Wick1-1/+1
The new version supports fastmem on a64.
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-1/+1
Now that we have most of core free of shadowing, we can enable the warning as an error to catch anything that may be remaining and also eliminate this class of logic bug entirely.
2020-06-27ARM: Update Dynarmic and Setup A32 according to latest interface.Fernando Sahmkow1-0/+48