Combine definitions of SEC_TO_MICRO

This commit is contained in:
Nick Terrell
2017-11-30 19:40:53 -08:00
parent 9a2f6f477b
commit dab8cfa3c7
9 changed files with 1 additions and 8 deletions
-1
View File
@@ -39,7 +39,6 @@
#define MB *(1<<20)
#define GB *(1ULL<<30)
#define SEC_TO_MICRO 1000000
#define NBLOOPS 2
#define TIMELOOP (2 * SEC_TO_MICRO)