Skip to content

Commit

Permalink
fixup! [cases] add eval.memcpy and eval.ooo_wb
Browse files Browse the repository at this point in the history
  • Loading branch information
FanShupei committed Nov 21, 2024
1 parent 0e856ad commit 2c0707c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/eval/ooo_wb/ooo_wb.S
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test:
la t1, test_src_start # t1 = addr
la t2, test_src_end
sub t2, t2, t1 # t2 = remaining length
xor t3, t3, t3 # t3 = sum
li t3, 0 # t3 = sum
loop_start:
vsetvli t0, t2, e8, m8, ta, ma # t0 = vl
vle8.v v8, (t1)
Expand Down

0 comments on commit 2c0707c

Please sign in to comment.