Moved runtime/tests/vector_test directory to miscs/rvvector
This commit is contained in:
13
miscs/rvvector/vector_test/vx_vec.h
Normal file
13
miscs/rvvector/vector_test/vx_vec.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void vx_vec_test(int n, int* a, int* b, int* c); //vvaddint32
|
||||
//void vx_vec_test(int*);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user