Skip to content

Commit

Permalink
Merge pull request #455 from davidharrishmc/master
Browse files Browse the repository at this point in the history
Added missing .*32 in rv32i_m/C/src/clh-01.S
  • Loading branch information
allenjbaum authored Apr 23, 2024
2 parents 59ae6e7 + 676007d commit 1498e95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## [3.8.15] - 2024-04-20
Corrected missing 32 string in RVTEST_CASE macros for Zcb rv32i_m/C/clh-01.S

## [3.8.14] - 2024-04-16
Add missing `Zfh` ISA in RVTEST_CASE for `Zfh` fdiv related tests

Expand Down
2 changes: 1 addition & 1 deletion riscv-test-suite/rv32i_m/C/src/clh-01.S
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RVTEST_CODE_BEGIN

#ifdef TEST_CASE_1

RVTEST_CASE(0,"//check ISA:=regex(.*I.*Zca.*Zcb.*);def TEST_CASE_1=True;",clh)
RVTEST_CASE(0,"//check ISA:=regex(.*32.*I.*Zca.*Zcb.*);def TEST_CASE_1=True;",clh)

RVTEST_SIGBASE(x1,signature_x1_1)

Expand Down

0 comments on commit 1498e95

Please sign in to comment.