summaryrefslogtreecommitdiffstats
path: root/include/ffts.h
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2012-08-24 13:08:34 +1200
committerAnthony Blake <anthonix@me.com>2012-08-24 13:08:34 +1200
commit625f46968820cb98391d67782a9deac4504e289a (patch)
treeece20b8d1c5f08f7f03ce54a822fedbb57771c41 /include/ffts.h
parent7181d4763a5b526c675857626d42faf68f6cb97b (diff)
downloadffts-625f46968820cb98391d67782a9deac4504e289a.zip
ffts-625f46968820cb98391d67782a9deac4504e289a.tar.gz
Working on ARM
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