rpcsx/rpcs3/Emu/CPU
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
..
CPUDisAsm.h SPU ASMJIT v2.0 2018-04-22 00:06:48 +03:00
CPUThread.cpp Mega-cleanup for atomic_t<> and named bit-sets bs_t<> 2018-09-03 21:40:36 +03:00
CPUThread.h Mega-cleanup for atomic_t<> and named bit-sets bs_t<> 2018-09-03 21:40:36 +03:00
CPUTranslator.cpp Update cpu_translator 2018-07-05 22:26:35 +03:00
CPUTranslator.h SPU LLVM: improve xfloat precision 2018-08-12 15:42:47 +03:00