summaryrefslogtreecommitdiffstats
path: root/src/patterns.h
blob: 298ca3e8ee8f2c35b9eb63dcd1dea7bea545c438 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __PATTERNS_H__
#define __PATTERNS_H__

#include "cp_sse.h"

void init_is(ffts_plan_t *p, int N, int leafN, int VL); 
void init_offsets(ffts_plan_t *p, int N, int leafN); 
void init_tree(ffts_plan_t *p, int N, int leafN); 

#endif
OpenPOWER on IntegriCloud