Benchmark App
This commit is contained in:
@ -44,6 +44,8 @@
|
|||||||
#define srand48(x) srand(x)
|
#define srand48(x) srand(x)
|
||||||
#define drand48() ((double)(rand()) / RAND_MAX)
|
#define drand48() ((double)(rand()) / RAND_MAX)
|
||||||
#define __off64_t _off64_t
|
#define __off64_t _off64_t
|
||||||
|
#elif defined(__APPLE__)
|
||||||
|
#define fopen64(a,b) fopen(a,b)
|
||||||
#endif
|
#endif
|
||||||
//---------------------------------------- Time -------------------------------
|
//---------------------------------------- Time -------------------------------
|
||||||
typedef unsigned long long tm_t;
|
typedef unsigned long long tm_t;
|
||||||
|
Reference in New Issue
Block a user