summaryrefslogtreecommitdiffstats
path: root/src/codegen.h
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2012-08-29 18:08:30 +1200
committerAnthony Blake <anthonix@me.com>2012-08-29 18:08:30 +1200
commit5e4a32240e9ed9cb03ef51d2344ec80c615489cb (patch)
treeae0fea8ad5906bad0a2393868eeb10b0019815f9 /src/codegen.h
parent625f46968820cb98391d67782a9deac4504e289a (diff)
downloadffts-5e4a32240e9ed9cb03ef51d2344ec80c615489cb.zip
ffts-5e4a32240e9ed9cb03ef51d2344ec80c615489cb.tar.gz
SSE LEAF EE works
Diffstat (limited to 'src/codegen.h')
-rw-r--r--src/codegen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen.h b/src/codegen.h
index f887ca0..a41735b 100644
--- a/src/codegen.h
+++ b/src/codegen.h
@@ -13,7 +13,7 @@ typedef struct _ffts_plan_t ffts_plan_t;
typedef void (*transform_func_t)(float *data, size_t N, float *LUT);
-transform_func_t ffts_generate_func_code(ffts_plan_t *, size_t N, size_t leafN);
+void ffts_generate_func_code(ffts_plan_t *, size_t N, size_t leafN);
//static const __attribute__ ((aligned(16))) float ee_w_data[4] =
//{0.70710678118654757273731092936941,
OpenPOWER on IntegriCloud