From 2d1a27eb606fd5effd260d32545e10eaf90cf19c Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Sun, 12 Apr 2020 00:20:16 +0200 Subject: otherwise timings disabled on arm (ccomp should call preprocessor with appropriate options) --- test/monniaux/cycles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/monniaux/cycles.h b/test/monniaux/cycles.h index 36de6cc5..5011b18c 100644 --- a/test/monniaux/cycles.h +++ b/test/monniaux/cycles.h @@ -45,7 +45,7 @@ static inline cycle_t get_cycle(void) { return cycles; } -#elif defined (__ARM_ARCH) && (__ARM_ARCH >= 6) +#elif defined (__ARM_ARCH) // && (__ARM_ARCH >= 6) #if (__ARM_ARCH < 8) typedef uint32_t cycle_t; #define PRcycle PRId32 -- cgit