From c49c8cb2321a61903f5c471c37046b5830f6a8fc Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Sun, 11 Nov 2012 14:26:26 -0500 Subject: [PATCH] Test float implementation --- sample/test_fft_calls.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sample/test_fft_calls.cpp b/sample/test_fft_calls.cpp index 2541223..0009607 100644 --- a/sample/test_fft_calls.cpp +++ b/sample/test_fft_calls.cpp @@ -51,5 +51,7 @@ int main(int argc, char **argv) { test_2d(128,128); test_2d(131,128); + test_2d(128,128); + test_2d(131,128); return 0; }