Files
vortex/runtime/mains/vector_test/vx_vec.s
2019-11-17 17:41:24 -05:00

10 lines
111 B
ArmAsm

.type vx_vec_test, @function
.global vx_vec_test
vx_vec_test:
vsetvli t0, x0, e32
vadd.vv v0, v0, v0
ret