Stream: git-wasmtime

Topic: wasmtime / PR #7207 aarch64: Enable some `fcvt` instructions


view this post on Zulip Wasmtime GitHub notifications bot (Oct 10 2023 at 12:24):

afonso360 requested abrown for a review on PR #7207.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 10 2023 at 12:24):

afonso360 requested wasmtime-compiler-reviewers for a review on PR #7207.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 10 2023 at 12:24):

afonso360 opened PR #7207 from afonso360:fuzzgen-aarch64-fcvt to bytecodealliance:main:

:wave: Hey,

This PR relaxes our restriction on fcvt_to_*int instruction for AArch64. Currently all forms of this instruction are being rejected, however they are mostly implemented. Only versions that produce i128's are unimplemented as mentioned in #4934. So lets fuzz the remaining variants of this instruction.


Last updated: Oct 23 2024 at 20:03 UTC