Stream: git-wasmtime

Topic: wasmtime / PR #6267 riscv64: Delete CSR Instructions


view this post on Zulip Wasmtime GitHub notifications bot (Apr 23 2023 at 10:41):

afonso360 opened PR #6267 from afonso360:riscv-delete-csr to bytecodealliance:main:

:wave: Hey,

I noticed we have support for CSR instructions, but never end up using them. CSR's are Control and Status Regsiters, which are used to hold architectural state such as Floating point round modes and Vector type state, etc..

If we do end up needing this later, we can always revert / refer back to this commit.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 23 2023 at 10:41):

afonso360 requested cfallin for a review on PR #6267.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 23 2023 at 10:41):

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

view this post on Zulip Wasmtime GitHub notifications bot (Apr 23 2023 at 10:41):

afonso360 edited PR #6267:

:wave: Hey,

I noticed we have support for CSR instructions, but never end up using them. CSR's are Control and Status Registers, which are used to hold architectural state such as Floating point round modes and Vector type state, etc..

If we do end up needing this later, we can always revert / refer back to this commit.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 23 2023 at 15:40):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 23 2023 at 16:12):

cfallin merged PR #6267.


Last updated: Nov 22 2024 at 17:03 UTC