From ea5e81bd6a3376232bf4747b2fa2e0a91c19b337 Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 18 Apr 2009 14:28:45 +0200 Subject: new subdirs: include, lib, tests --- boundtest.c | 214 ------------------------------------------------------------ 1 file changed, 214 deletions(-) delete mode 100644 boundtest.c (limited to 'boundtest.c') diff --git a/boundtest.c b/boundtest.c deleted file mode 100644 index 9bc9828..0000000 --- a/boundtest.c +++ /dev/null @@ -1,214 +0,0 @@ -#include -#include - -#define NB_ITS 1000000 -//#define NB_ITS 1 -#define TAB_SIZE 100 - -int tab[TAB_SIZE]; -int ret_sum; -char tab3[256]; - -int test1(void) -{ - int i, sum = 0; - for(i=0;i= 2) - index = atoi(argv[1]); - /* well, we also use bounds on this ! */ - ftest = table_test[index]; - ftest(); - - return 0; -} - -/* - * without bound 0.77 s - * with bounds 4.73 - */ -- cgit v1.3.1