Stream: cranelift

Topic: virtual machine image


view this post on Zulip Chinmay Dalal (May 14 2024 at 15:59):

Hi, is there a "standard" VM image for testing aarch64 on not-aarch64 hosts? I want to try https://github.com/bytecodealliance/wasmtime/issues/8603

👋 Hey, Feature Add support for the fnmadd / fmsub / fnmsub instructions in the aarch64 backend. Benefit This improves instruction selection quality for a few special fma cases. Implementation We al...

view this post on Zulip Alex Crichton (May 14 2024 at 16:00):

If you're on Linux our go-to is QEMU with its default settings, which I think includes these instructions

view this post on Zulip Chris Fallin (May 14 2024 at 16:00):

Hi @Chinmay Dalal -- typically we use "usermode" qemu to do testing; there's a section of the dev docs that covers it

view this post on Zulip Alex Crichton (May 14 2024 at 16:00):

QEMU-user-mode that is, e.g. the qemu-aarch64 executable

view this post on Zulip Alex Crichton (May 14 2024 at 16:00):

jinx

view this post on Zulip Chris Fallin (May 14 2024 at 16:00):

https://docs.wasmtime.dev/contributing-cross-compiling.html

view this post on Zulip Chinmay Dalal (May 14 2024 at 16:00):

thanks!


Last updated: Nov 22 2024 at 16:03 UTC