Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alitariq4589/issue#300 revisited #404

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# CHANGELOG
## [3.8.2] - 2023-11-14
- Added "most negative number divided by -1" case for RV64IM and RV32IM in remw, divw, div and rem tests

## [3.8.1] - 2023-11-01
- Updated trap handler to avoid using mstatush when used for Priv Arch 1.11
- Updated GOTO_Lower_Mode macro to adjust the save area when switching to Umode.
Expand Down
2,641 changes: 1,316 additions & 1,325 deletions riscv-test-suite/rv32i_m/M/src/div-01.S

Large diffs are not rendered by default.

4,532 changes: 2,337 additions & 2,195 deletions riscv-test-suite/rv32i_m/M/src/divu-01.S

Large diffs are not rendered by default.

3,721 changes: 1,933 additions & 1,788 deletions riscv-test-suite/rv32i_m/M/src/mul-01.S

Large diffs are not rendered by default.

3,721 changes: 1,933 additions & 1,788 deletions riscv-test-suite/rv32i_m/M/src/mulh-01.S

Large diffs are not rendered by default.

4,103 changes: 2,129 additions & 1,974 deletions riscv-test-suite/rv32i_m/M/src/mulhsu-01.S

Large diffs are not rendered by default.

4,539 changes: 2,342 additions & 2,197 deletions riscv-test-suite/rv32i_m/M/src/mulhu-01.S

Large diffs are not rendered by default.

3,718 changes: 1,930 additions & 1,788 deletions riscv-test-suite/rv32i_m/M/src/rem-01.S

Large diffs are not rendered by default.

4,535 changes: 2,341 additions & 2,194 deletions riscv-test-suite/rv32i_m/M/src/remu-01.S

Large diffs are not rendered by default.

2,887 changes: 1,439 additions & 1,448 deletions riscv-test-suite/rv64i_m/M/src/div-01.S

Large diffs are not rendered by default.

5,295 changes: 2,786 additions & 2,509 deletions riscv-test-suite/rv64i_m/M/src/divu-01.S

Large diffs are not rendered by default.

5,290 changes: 2,791 additions & 2,499 deletions riscv-test-suite/rv64i_m/M/src/divuw-01.S

Large diffs are not rendered by default.

2,508 changes: 1,254 additions & 1,254 deletions riscv-test-suite/rv64i_m/M/src/divw-01.S

Large diffs are not rendered by default.

4,458 changes: 2,379 additions & 2,079 deletions riscv-test-suite/rv64i_m/M/src/mul-01.S

Large diffs are not rendered by default.

4,453 changes: 2,389 additions & 2,064 deletions riscv-test-suite/rv64i_m/M/src/mulh-01.S

Large diffs are not rendered by default.

4,904 changes: 2,617 additions & 2,287 deletions riscv-test-suite/rv64i_m/M/src/mulhsu-01.S

Large diffs are not rendered by default.

5,354 changes: 2,842 additions & 2,512 deletions riscv-test-suite/rv64i_m/M/src/mulhu-01.S

Large diffs are not rendered by default.

4,451 changes: 2,398 additions & 2,053 deletions riscv-test-suite/rv64i_m/M/src/mulw-01.S

Large diffs are not rendered by default.

4,438 changes: 2,410 additions & 2,028 deletions riscv-test-suite/rv64i_m/M/src/rem-01.S

Large diffs are not rendered by default.

5,290 changes: 2,791 additions & 2,499 deletions riscv-test-suite/rv64i_m/M/src/remu-01.S

Large diffs are not rendered by default.

5,348 changes: 2,830 additions & 2,518 deletions riscv-test-suite/rv64i_m/M/src/remuw-01.S

Large diffs are not rendered by default.

2,506 changes: 1,253 additions & 1,253 deletions riscv-test-suite/rv64i_m/M/src/remw-01.S

Large diffs are not rendered by default.