summaryrefslogtreecommitdiffstats
path: root/include/ffts.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ffts.h')
-rw-r--r--include/ffts.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/ffts.h b/include/ffts.h
index ba3d858..7fb81f7 100644
--- a/include/ffts.h
+++ b/include/ffts.h
@@ -41,14 +41,12 @@
typedef size_t transform_index_t;
-
struct _ffts_plan_t {
ptrdiff_t *offsets;
void __attribute__ ((aligned(32))) *ws;
- void __attribute__ ((aligned(32))) *other_ws;
+ void __attribute__ ((aligned(32))) *oe_ws, *eo_ws, *ee_ws;
ptrdiff_t *is;
size_t *ws_is;
- void (*firstpass)(const float * restrict, float * restrict, struct _ffts_plan_t * restrict);
size_t i0, i1, n_luts;
size_t N;
void *lastlut;
OpenPOWER on IntegriCloud