diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-16 19:25:58 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-16 19:25:58 +0100 |
| commit | 2f924f942bd6e7126e8f1d8692e475c95bd9fe82 (patch) | |
| tree | dd5877c2fd836f43523263e48632946423401093 /src/pruning.h | |
| parent | 4e2b4e603c7e84c7556f489d7d8dab06915b3a9b (diff) | |
| download | nissy-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.h | 1 |
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; | |||
| 15 | extern PruneData pd_htr_drud; | 15 | extern PruneData pd_htr_drud; |
| 16 | extern PruneData pd_htrfin_htr; | 16 | extern PruneData pd_htrfin_htr; |
| 17 | extern PruneData pd_khuge_HTM; | 17 | extern PruneData pd_khuge_HTM; |
| 18 | extern PruneData pd_nxopt31_HTM; | ||
| 18 | 19 | ||
| 19 | extern PruneData * allpd[NPTABLES]; | 20 | extern PruneData * allpd[NPTABLES]; |
| 20 | 21 | ||
