Vector matrix addition working

This commit is contained in:
proshan3
2019-11-22 19:23:54 -05:00
parent d733509c91
commit 10505feaf5
8 changed files with 3163 additions and 1298 deletions

View File

@@ -1,5 +1,3 @@
#pragma once
@@ -7,8 +5,8 @@
extern "C" {
#endif
void vx_vec_test();
void vx_vec_test(int n, int* a, int* b, int* c); //vvaddint32
//void vx_vec_test(int*);
#ifdef __cplusplus
}