From 625f46968820cb98391d67782a9deac4504e289a Mon Sep 17 00:00:00 2001 From: Anthony Blake Date: Fri, 24 Aug 2012 13:08:34 +1200 Subject: Working on ARM --- include/ffts.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/ffts.h') 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; -- cgit v1.1