added define to work with certain enabled options

This commit is contained in:
MJSPollard
2018-09-12 23:37:31 -06:00
parent 037151eae0
commit 7457ab3e14

View File

@ -460,6 +460,7 @@ static const bench_alg bench_other_opt[] = {
#define BEGIN_INTEL_CYCLES
#define END_INTEL_CYCLES
#define SHOW_INTEL_CYCLES(b, n, s) b[XSTRLEN(b)] = '\n'
#define SHOW_INTEL_CYCLES_CSV(b, n, s) b[XSTRLEN(b)] = '\n'
#endif
/* determine benchmark buffer to use (if NO_FILESYSTEM) */