#ifndef VADD_HPP #define VADD_HPP #include //#define TEST_DATA_SIZE 4194304 // 2^22 #define TEST_DATA_SIZE 12 void vadd(int *a, int *b, int *c, const int len); #endif