Changes

Jump to: navigation, search

SVE2

61 bytes added, 10:47, 13 October 2023
Running SVE2 Code
== Running SVE2 Code ==
To run SVE2 code on an Armv8 computer, you can use the [[AArch64 Emulation|QEMU usermode ]] software. This will trap SVE2 instructions and emulate them in software, while executing Armv8a instructions directly on the hardware:
qemu-aarch64 ''./binary''
{{Admon/tip|Running AArch64 code on x86_64|The QEMU user mode software can also be used to run AArch64 code on an x86_64 system (albeit slowly). However, this requires a full AArch64 userspace (applications and tools, such as ld) to be installed on the x86_64 system. See [[AArch64 Emulation]] for details.}}

Navigation menu