some tuning

This commit is contained in:
Evghenii
2014-01-30 10:36:53 +01:00
parent bf245d3b98
commit 6457241e66
3 changed files with 5 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
#pragma once
typedef float Key_t;
typedef int Val_t;

View File

@@ -30,8 +30,7 @@ static inline void progressbar (unsigned int x, unsigned int n, unsigned int w =
cout << "]\r" << flush; cout << "]\r" << flush;
} }
typedef float Key_t; #include "keyType.h"
typedef int Val_t;
struct Key struct Key
{ {
Key_t key; Key_t key;

View File

@@ -1,5 +1,4 @@
typedef float Key_t; #include "keyType.h"
typedef int Val_t;
#define SAMPLE_STRIDE programCount #define SAMPLE_STRIDE programCount