Stream: git-wasmtime

Topic: wasmtime / PR #2724 Cranelift AArch64: Add initial suppor...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 12 2021 at 17:37):

akirilov-arm opened PR #2724 from aarch64_atomics to main:

This commit enables Cranelift's AArch64 backend to generate code for instruction set extensions (previously only the base Armv8-A architecture was supported); also, it makes it possible to detect the extensions supported by the host when JIT compiling. The new functionality is applied to the IR instruction AtomicCas.

cc @julian-seward1

view this post on Zulip Wasmtime GitHub notifications bot (Mar 12 2021 at 17:49):

bjorn3 submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 12 2021 at 17:49):

bjorn3 created PR Review Comment:

This must use #[cfg] instead of if cfg!() as is_aarch64_feature_detected is not defined on non-aarch64 architectures.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 15 2021 at 13:41):

akirilov-arm updated PR #2724 from aarch64_atomics to main.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 15 2021 at 17:33):

cfallin submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 15 2021 at 18:21):

cfallin merged PR #2724.


Last updated: Oct 23 2024 at 20:03 UTC