Skip to content

Commit

Permalink
[virtualization][cpu_emulation] No dynarec for PowerPC
Browse files Browse the repository at this point in the history
with Box64.
  • Loading branch information
LukeShortCloud committed Oct 21, 2024
1 parent 9e441da commit 0570411
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/virtualization/cpu_emulation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ Dynamic recompliation (dynarec), a just-in-time (JIT) compiler, provides a large
1. Arm
2. RISC-V
3. LoongArch
4. x86 = There is no dynarec support.

These platforms do not have dynarec support:

- x86
- PowerPC

Installation
~~~~~~~~~~~~
Expand Down

0 comments on commit 0570411

Please sign in to comment.