From 36b1110fc48e3237be1fd658c503cfaae16d6c9c Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Mon, 3 May 2010 21:43:07 -0300 Subject: Remove outdated arch directory --- modules/benchmark/fft.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules/benchmark/fft.c') diff --git a/modules/benchmark/fft.c b/modules/benchmark/fft.c index f1a0ced8..7c5889c8 100644 --- a/modules/benchmark/fft.c +++ b/modules/benchmark/fft.c @@ -16,7 +16,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include "hardinfo.h" +#include "benchmark.h" +#include "fftbench.h" static gpointer fft_for(unsigned int start, unsigned int end, void *data, gint thread_number) { @@ -31,7 +33,7 @@ static gpointer fft_for(unsigned int start, unsigned int end, void *data, gint t return NULL; } -static void +void benchmark_fft(void) { gdouble elapsed = 0; -- cgit v1.2.3