Added simple vec test
This commit is contained in:
15
runtime/mains/vector_test/vx_vec.h
Normal file
15
runtime/mains/vector_test/vx_vec.h
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void vx_vec_test();
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user