Skip to content

Commit

Permalink
[cases] load data in vdata section
Browse files Browse the repository at this point in the history
  • Loading branch information
Clo91eaf authored and sequencer committed Oct 23, 2024
1 parent 0b934dd commit 21418fd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/asm/smoke/smoke.S
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test:
li a1, 0xc3
li a2, 0x10
vsetvl x0, a0, a1
lui x30, 1
la x30, test_src_start
auipc x31, 0

add_test:
Expand All @@ -31,3 +31,8 @@ loop:

will_not_be_executed:
vadd.vv v2, v1, v1

.section .vbss, "aw", @nobits
.balign 64
test_src_start:
.zero 8

0 comments on commit 21418fd

Please sign in to comment.