Benchmark App

This commit is contained in:
powturbo
2016-07-31 21:08:07 +02:00
committed by GitHub
parent e5ec296f84
commit af22cbeca8

View File

@ -44,6 +44,8 @@
#define srand48(x) srand(x)
#define drand48() ((double)(rand()) / RAND_MAX)
#define __off64_t _off64_t
#elif defined(__APPLE__)
#define fopen64(a,b) fopen(a,b)
#endif
//---------------------------------------- Time -------------------------------
typedef unsigned long long tm_t;