aboutsummaryrefslogtreecommitdiff
path: root/tools/0004_gendata_h48h0k4
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-09-26 14:59:11 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-09-26 15:00:16 +0200
commit818186b480d7c05e0c58ff89da2180f5b2476434 (patch)
tree0f6e4919d4001775a4820dffd29448dbd20c00db /tools/0004_gendata_h48h0k4
parentbb09e52a7481718ae1fe324d16b99970450908f8 (diff)
downloadnissy-core-818186b480d7c05e0c58ff89da2180f5b2476434.tar.gz
nissy-core-818186b480d7c05e0c58ff89da2180f5b2476434.zip
Added TOOLARGS and simplified gendata tool(s)
Diffstat (limited to 'tools/0004_gendata_h48h0k4')
-rw-r--r--tools/0004_gendata_h48h0k4/gendata_h48h0k4.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/tools/0004_gendata_h48h0k4/gendata_h48h0k4.c b/tools/0004_gendata_h48h0k4/gendata_h48h0k4.c
deleted file mode 100644
index ff34bb9..0000000
--- a/tools/0004_gendata_h48h0k4/gendata_h48h0k4.c
+++ /dev/null
@@ -1,29 +0,0 @@
1#include "../tool.h"
2
3uint64_t expected[21] = {
4 [0] = 1,
5 [1] = 1,
6 [2] = 4,
7 [3] = 34,
8 [4] = 331,
9 [5] = 3612,
10 [6] = 41605,
11 [7] = 474128,
12 [8] = 4953846,
13 [9] = 34776317,
14 [10] = 68566704,
15 [11] = 8749194,
16 [12] = 1673,
17};
18
19void run(void) {
20 gendata_run("h48", "0;4;20", "tables/h48h0k4", expected);
21}
22
23int main(void) {
24 nissy_setlogger(log_stderr);
25
26 timerun(run, "benchmark gendata_h48 h = 0, k = 4");
27
28 return 0;
29}

Generated with cgit - Back to sebastiano.tronto.net