From bdc7004014d3b62a72867bc78961feb7c4f73c2a Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 22 Apr 2024 19:23:45 +0200 Subject: Improved speed for esep table generation, but it is still slow. Changed moves names. --- test/101_gendata_eoesep/00_all.in | 0 test/101_gendata_eoesep/00_all.out | 1 - test/101_gendata_eoesep/gendata_eoesep_tests.c | 22 ---------------------- 3 files changed, 23 deletions(-) delete mode 100644 test/101_gendata_eoesep/00_all.in delete mode 100644 test/101_gendata_eoesep/00_all.out delete mode 100644 test/101_gendata_eoesep/gendata_eoesep_tests.c (limited to 'test/101_gendata_eoesep') diff --git a/test/101_gendata_eoesep/00_all.in b/test/101_gendata_eoesep/00_all.in deleted file mode 100644 index e69de29..0000000 diff --git a/test/101_gendata_eoesep/00_all.out b/test/101_gendata_eoesep/00_all.out deleted file mode 100644 index deba01f..0000000 --- a/test/101_gendata_eoesep/00_all.out +++ /dev/null @@ -1 +0,0 @@ -something diff --git a/test/101_gendata_eoesep/gendata_eoesep_tests.c b/test/101_gendata_eoesep/gendata_eoesep_tests.c deleted file mode 100644 index e03e95d..0000000 --- a/test/101_gendata_eoesep/gendata_eoesep_tests.c +++ /dev/null @@ -1,22 +0,0 @@ -#include "../test.h" - -#define CSIZE 1200000 -#define ESIZE 250000000 - -uint32_t buf_c[CSIZE/4]; -uint32_t buf_e[ESIZE/4]; - -size_t gendata_cocsep(void *); -size_t gendata_eoesep(uint8_t, uint8_t, const void *, void *); - -int main(void) { - uint32_t i; - size_t result; - - gendata_cocsep(buf_c); - result = gendata_eoesep(0U, 4U, buf_c, buf_e); - - printf("nothing\n"); - - return 0; -} -- cgit v1.3