aboutsummaryrefslogtreecommitdiff
path: root/src/pruning.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-16 19:25:58 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-16 19:25:58 +0100
commit2f924f942bd6e7126e8f1d8692e475c95bd9fe82 (patch)
treedd5877c2fd836f43523263e48632946423401093 /src/pruning.h
parent4e2b4e603c7e84c7556f489d7d8dab06915b3a9b (diff)
downloadnissy-2f924f942bd6e7126e8f1d8692e475c95bd9fe82.tar.gz
nissy-2f924f942bd6e7126e8f1d8692e475c95bd9fe82.zip
Added a new pruning table (equivalent to nxopt31). I have not tested it yet, it takes a while to generate.
Plus I have done a whole lot of refactoring in random places because I cannot focus on one thing at the time.
Diffstat (limited to '')
-rw-r--r--src/pruning.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pruning.h b/src/pruning.h
index da9e58a..0f20384 100644
--- a/src/pruning.h
+++ b/src/pruning.h
@@ -15,6 +15,7 @@ extern PruneData pd_drudfin_noE_sym16_drud;
15extern PruneData pd_htr_drud; 15extern PruneData pd_htr_drud;
16extern PruneData pd_htrfin_htr; 16extern PruneData pd_htrfin_htr;
17extern PruneData pd_khuge_HTM; 17extern PruneData pd_khuge_HTM;
18extern PruneData pd_nxopt31_HTM;
18 19
19extern PruneData * allpd[NPTABLES]; 20extern PruneData * allpd[NPTABLES];
20 21

Generated with cgit - Back to sebastiano.tronto.net