|
|
|
|
|
by InvaderFizz
585 days ago
|
|
32bit ARM and aarch64 are wildly different instruction sets. 32bit ARM may as well be x86 or MIPS as far as running it on aarch64 hardware, it is going to require just about the same level of emulation(memory models may be similar which would help, but that's about it). Unlike x86/64, the 32bit silicon is entirely gone in most aarch64. |
|