aboutsummaryrefslogtreecommitdiff
path: root/src/pruning.h
blob: 86691c19bb517b1aa8479d036d2b401eb44e18a3 (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(PruneData *data, int nthreads);
void        print_ptable(PruneData *pd);
uint64_t    ptablesize(PruneData *pd);
int         ptableval(PruneData *pd, uint64_t ind);

extern PruneData *active_pd[256];

#endif

Generated with cgit - Back to sebastiano.tronto.net