Added simple vec test

This commit is contained in:
fares
2019-11-17 17:41:24 -05:00
parent 650d6141ab
commit a3e0b6ed90
16 changed files with 29970 additions and 28549 deletions

View 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