vector benchmark

This commit is contained in:
Euna Kim
2019-11-24 09:05:07 -05:00
parent 7f95534d27
commit ec068d2428
22 changed files with 284578 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void vx_vec_saxpy(int n, int scalar, int* a, int* b);
#ifdef __cplusplus
}
#endif