Vector matrix addition working
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user