aboutsummaryrefslogtreecommitdiff
path: root/src/pruning.h
blob: 696591042a9b660644b1ff4156f43ce31dc66cf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef PRUNING_H
#define PRUNING_H

#include "coord.h"

void        free_pd(PruneData *pd);
PruneData * genptable(PDGenData *data, int nthreads);
void        print_ptable(PruneData *pd);
uint64_t    ptablesize(PruneData *pd);
int         ptableval(PruneData *pd, uint64_t ind);

extern PDGenData *active_pdg[256];

#endif

Generated with cgit - Back to sebastiano.tronto.net