Skip to content

v0.1.119: Add signed and unsigned remainder operations for RISC-V semantics (#160)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 10:02
389efd9
Implement rules for `REM` and `REMU` instructions in `riscv.md`,
detailing their behavior and special cases. Update syntax definitions in
`word.md` to include remainder operations, and provide comprehensive
handling for division by zero and overflow scenarios. Adjust test
integration to utilize the `rv32em` architecture for relevant tests.


Close https://github.com/runtimeverification/zkevm-harness/issues/80

---------

Co-authored-by: devops <devops@runtimeverification.com>