Skip to content

Commit

Permalink
Fixed the overlapping operands to resolve the illegal instruction exc…
Browse files Browse the repository at this point in the history
…eption issue (#501)

Co-authored-by: Umer Shahid <[email protected]>
  • Loading branch information
zeeshandildar and UmerShahidengr authored Nov 7, 2024
1 parent c6b1faa commit 13fb359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv-test-suite/rv32i_m/Zvk/src/vsha2ms-e32.vv-01.S
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ TEST_CASE_WVV(4, 32, VINST, v15, 2*4, v14, 3*4, v18, 8*4)
//sig[116*4]

inst_8:
TEST_CASE_WVV(4, 32, VINST, v16, 0*4, v17, 4*4, v16, 0*4)
TEST_CASE_WVV(4, 32, VINST, v18, 0*4, v17, 4*4, v16, 0*4)
//sig[120*4]

inst_9:
Expand Down

0 comments on commit 13fb359

Please sign in to comment.