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