aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48/gendata_h48.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/solvers/h48/gendata_h48.h')
-rw-r--r--src/solvers/h48/gendata_h48.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/solvers/h48/gendata_h48.h b/src/solvers/h48/gendata_h48.h
index a7d8408..72cb05d 100644
--- a/src/solvers/h48/gendata_h48.h
+++ b/src/solvers/h48/gendata_h48.h
@@ -117,7 +117,7 @@ gendata_h48(gendata_h48_arg_t arg[static 1])
117 arg->cocsepdata = (uint32_t *)cocsepdata_offset; 117 arg->cocsepdata = (uint32_t *)cocsepdata_offset;
118 arg->h48buf = (_Atomic unsigned char*)arg->buf + cocsepsize; 118 arg->h48buf = (_Atomic unsigned char*)arg->buf + cocsepsize;
119 119
120 arg->base = 99; /* TODO: set this somewhere else */ 120 arg->base = 99;
121 121
122 if (arg->h == 0 && arg->k == 4) { 122 if (arg->h == 0 && arg->k == 4) {
123 gendata_h48h0k4(arg); 123 gendata_h48h0k4(arg);
@@ -220,7 +220,7 @@ gendata_h48h0k4(gendata_h48_arg_t arg[static 1])
220 .type = TABLETYPE_PRUNING, 220 .type = TABLETYPE_PRUNING,
221 .infosize = INFOSIZE, 221 .infosize = INFOSIZE,
222 .fullsize = H48_TABLESIZE(0, 4) + INFOSIZE, 222 .fullsize = H48_TABLESIZE(0, 4) + INFOSIZE,
223 .hash = 0, /* TODO */ 223 .hash = 0,
224 .entries = H48_COORDMAX(0), 224 .entries = H48_COORDMAX(0),
225 .classes = 0, 225 .classes = 0,
226 .h48h = 0, 226 .h48h = 0,
@@ -676,7 +676,7 @@ makeinfo_h48k2(gendata_h48_arg_t arg[static 1])
676 .type = TABLETYPE_PRUNING, 676 .type = TABLETYPE_PRUNING,
677 .infosize = INFOSIZE, 677 .infosize = INFOSIZE,
678 .fullsize = H48_TABLESIZE(arg->h, 2) + INFOSIZE, 678 .fullsize = H48_TABLESIZE(arg->h, 2) + INFOSIZE,
679 .hash = 0, /* TODO */ 679 .hash = 0,
680 .entries = H48_COORDMAX(arg->h), 680 .entries = H48_COORDMAX(arg->h),
681 .classes = 0, 681 .classes = 0,
682 .h48h = arg->h, 682 .h48h = arg->h,

Generated with cgit - Back to sebastiano.tronto.net