From ce9cc7975bad005cb4f7cf260b92ee7e8c85249e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 10 May 2023 15:18:52 +0200 Subject: STREAM: dfatool compat; variable data type --- Microbenchmarks/STREAM/support/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Microbenchmarks/STREAM/support/common.h') diff --git a/Microbenchmarks/STREAM/support/common.h b/Microbenchmarks/STREAM/support/common.h index 8e2e59b..7264fbd 100644 --- a/Microbenchmarks/STREAM/support/common.h +++ b/Microbenchmarks/STREAM/support/common.h @@ -25,7 +25,9 @@ typedef struct { #endif // Data type +#ifndef T #define T uint64_t +#endif #define PERF 1 // Use perfcounters? #define PRINT 0 -- cgit v1.2.3