dynarmic/src
Lioncash 6187de7ca7 a32_interface: std::move UserConfig where applicable
UserConfig instances contain up to 16 std::shared_ptr<Coprocessor>
instances. We can std::move here to avoid performing 16 redundant atomic
reference increment and decrement operations.

Mostly inconsequential on x64, but we may as well signify intent.
2020-04-22 21:04:22 +01:00
..
backend/x64 a32_interface: std::move UserConfig where applicable 2020-04-22 21:04:22 +01:00
common common/cast_util: Declare BitCast and BitCastPointee with the noexcept specifier 2020-04-22 21:04:22 +01:00
frontend ir/basic_block: std::move Terminal within SetTerminal and ReplaceTerminal 2020-04-22 21:04:22 +01:00
ir_opt A32/A64: Make public header inclusions consistent 2020-04-22 21:04:22 +01:00
CMakeLists.txt CMakeLists: Define FMT_USE_USER_DEFINED_LITERALS=0 2020-04-22 21:04:22 +01:00