#include #include #include #include #include #include #include "utils.h" #define N (1UL<<15) //#define VERBOSE typedef struct{ unsigned long size; struct timespec start, end; double time; double tput; } results_t; static inline int verify_data(char* in, char* out, unsigned long size) { unsigned long i; for(i=0; i