Charalampos Mitrodimas
Charalampos Mitrodimas
Updated the PR: * Correction on iterating based on the specification * Correctly Load & Store from/to vector registers This update is adjusting the implementation to match the Spike implenentation...
Rebased from `vector-dev` branch.
> Hi @charmitro! This PR, along with PRs #235, #245, and #248, needs to be rebased. Should I proceed as I did for Zvbb? > > Im curious about the...
@xdoardo FWIW this works, ``` cargo install wasmer-cli --features singlepass,cranelift --tag "v6.0.0-alpha.2" --git https://github.com/wasmerio/wasmer.git ```
Closing in favor of #16302
One note, the latest revision of `vector-dev` branch fails to build, therefore this PR , https://github.com/riscv/sail-riscv/pull/235 & https://github.com/riscv/sail-riscv/pull/236 are failing to build also since they are synchronized.
Updated the PR: * Correction on iterating based on the specification * Correctly Load & Store from/to vector registers This update is adjusting the implementation to match the Spike implenentation...
Rebased from `vector-dev` branch.
> @charmitro , when I tried to build this branch, I get the following error: > > ``` > > Type error: > model/riscv_insts_vext_utils.sail:422.23-32: > 422 | 16 => (xf[15..15],...
> @charmitro May I ask if you suggest that I continue to promote the integration of this extension? Hi @KotorinMinami, absolutely! However, keep in mind that this was originally developed...