aboutsummaryrefslogtreecommitdiff
path: root/tools/002_gendata_h48h0k2
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/002_gendata_h48h0k2
parent4adeab7cdfb957db832bd6730060fa5eca952d82 (diff)
downloadnissy-core-7f78e56994a824fc8364c91032c1be4ee767ec41.tar.gz
nissy-core-7f78e56994a824fc8364c91032c1be4ee767ec41.zip
Renamed tools; fixed solve tool; added gendata_h48h1k2 tool
Diffstat (limited to 'tools/002_gendata_h48h0k2')
-rw-r--r--tools/002_gendata_h48h0k2/gendata_h48h0k2.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/002_gendata_h48h0k2/gendata_h48h0k2.c b/tools/002_gendata_h48h0k2/gendata_h48h0k2.c
deleted file mode 100644
index 14f99ee..0000000
--- a/tools/002_gendata_h48h0k2/gendata_h48h0k2.c
+++ /dev/null
@@ -1,21 +0,0 @@
1#include "../tool.h"
2
3uint64_t expected[21] = {
4 /* Base value is 8 */
5 [0] = 5473562,
6 [1] = 34776317,
7 [2] = 68566704,
8 [3] = 8750867,
9};
10
11void run(void) {
12 gendata_run("h48", "0;2;20", "tables/h48h0k2", expected);
13}
14
15int main(void) {
16 nissy_setlogger(log_stderr);
17
18 timerun(run, "benchmark gendata_h48 h = 0, k = 2");
19
20 return 0;
21}

Generated with cgit - Back to sebastiano.tronto.net