aboutsummaryrefslogtreecommitdiff
path: root/tools/001_gendata_h48h0k4
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-09-18 13:58:31 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-09-18 13:58:31 +0200
commit7f78e56994a824fc8364c91032c1be4ee767ec41 (patch)
treefeb20ee002a415b80a827f24188ef4ed239a8bf5 /tools/001_gendata_h48h0k4
parent4adeab7cdfb957db832bd6730060fa5eca952d82 (diff)
downloadnissy-core-7f78e56994a824fc8364c91032c1be4ee767ec41.tar.gz
nissy-core-7f78e56994a824fc8364c91032c1be4ee767ec41.zip
Renamed tools; fixed solve tool; added gendata_h48h1k2 tool
Diffstat (limited to 'tools/001_gendata_h48h0k4')
-rw-r--r--tools/001_gendata_h48h0k4/gendata_h48h0k4.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/tools/001_gendata_h48h0k4/gendata_h48h0k4.c b/tools/001_gendata_h48h0k4/gendata_h48h0k4.c
deleted file mode 100644
index ff34bb9..0000000
--- a/tools/001_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