Added simple vec test
This commit is contained in:
8
runtime/mains/vector_test/vx_vector_main.c
Normal file
8
runtime/mains/vector_test/vx_vector_main.c
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
#include "vx_vec.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
vx_tmc(1);
|
||||
vx_vec_test();
|
||||
}
|
||||
Reference in New Issue
Block a user