rpcsx/rpcs3/Emu/Memory
Nekotekina 8abe6489ed Mega-cleanup for atomic_t<> and named bit-sets bs_t<>
Remove "atomic operator" classes
Remove test, test_and_set, test_and_reset, test_and_complement global functions
Simplify atomic_t<> with constexpr if, remove some garbage
Redesign bs_t<> to use class, mark its methods constexpr
Implement atomic_bs_t<> for optimizations
Remove unused __bitwise_ops concept (should be in other header anyway)
Bitsets can now be tested via safe bool conversion
2018-09-03 21:40:36 +03:00
..
vm.cpp Mega-cleanup for atomic_t<> and named bit-sets bs_t<> 2018-09-03 21:40:36 +03:00
vm.h vm: allow 4k-aligned allocations for vm::stack 2018-08-30 14:56:45 +03:00
vm_ptr.h Remove ALIGN_32 macro 2018-09-03 21:40:36 +03:00
vm_ref.h Clean vm::ps3 namespace use 2018-02-09 17:49:37 +03:00
vm_var.h Remove ALIGN_32 macro 2018-09-03 21:40:36 +03:00