From aff36b0963e6eee63906b3d8622be5a98ba27a43 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Thu, 7 Jul 2016 19:28:47 -0700 Subject: Don't use FPU in benchmarks that don't need to use the FPU --- benchmarks/dhrystone/dhrystone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmarks/dhrystone') diff --git a/benchmarks/dhrystone/dhrystone.h b/benchmarks/dhrystone/dhrystone.h index 89616af..e350c17 100644 --- a/benchmarks/dhrystone/dhrystone.h +++ b/benchmarks/dhrystone/dhrystone.h @@ -412,7 +412,7 @@ struct tms time_info; #endif /* TIME */ -#define Mic_secs_Per_Second 1000000.0 +#define Mic_secs_Per_Second 1000000 #define NUMBER_OF_RUNS 500 /* Default number of runs */ #ifdef NOSTRUCTASSIGN -- cgit v1.1