Added support for vmacc

This commit is contained in:
proshan3
2019-11-22 23:55:47 -05:00
parent f01936dc92
commit 30c8ef3931
6 changed files with 2366 additions and 2306 deletions

View File

@@ -5,7 +5,7 @@ int main()
{
vx_tmc(1);
int n = 5;
int n = 32;
int *a = (int*)malloc(sizeof(int) * n); //{1, 1, 1, 1, 1};
int *b = (int*)malloc(sizeof(int) * n); //{1, 1, 1, 1, 1};
int *c = (int*)malloc(sizeof(int) * n); //{1, 1, 1, 1, 1};