Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
riscv_atomics: Un-inline AMO decoder
- Inlining atomics into the interpreter pessimizes it (At least on GCC) - Atomics are slow anyways (Especially RMW ones), loads/stores are already handled properly - Improves performance with USE_JIT=0, also TODO: atomics JIT
- Loading branch information