Skip to content

Commit c38ecdf

Browse files
committed
Benchmark App
1 parent e2c0d70 commit c38ecdf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tb64app.c

+4-2
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,14 @@ int getpagesize_() {
6969

7070
#ifdef XBASE64
7171
#define FAC 2
72-
#include "crzy64/crzy64.h"
7372
#include "xb64test.h"
7473
#else
7574
#define FAC 1
7675
#endif
77-
76+
77+
#ifdef CRZY
78+
#include "crzy64/crzy64.h"
79+
#endif
7880
//------------------------------- malloc ------------------------------------------------
7981
#define USE_MMAP
8082
#if __WORDSIZE == 64

0 commit comments

Comments
 (0)