Added simple vec test
This commit is contained in:
9
runtime/mains/vector_test/vx_vec.s
Normal file
9
runtime/mains/vector_test/vx_vec.s
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
|
||||
.type vx_vec_test, @function
|
||||
.global vx_vec_test
|
||||
vx_vec_test:
|
||||
vsetvli t0, x0, e32
|
||||
vadd.vv v0, v0, v0
|
||||
ret
|
||||
Reference in New Issue
Block a user