afonso360 requested abrown for a review on PR #7207.
afonso360 requested wasmtime-compiler-reviewers for a review on PR #7207.
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 producei128
's are unimplemented as mentioned in #4934. So lets fuzz the remaining variants of this instruction.
Last updated: Nov 22 2024 at 17:03 UTC