mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
15 lines
No EOL
149 B
C
15 lines
No EOL
149 B
C
|
|
|
|
#pragma once
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void vx_vec_test(int n, int* a, int* b, int* c); //vvaddint32
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |