summaryrefslogtreecommitdiffstats
path: root/src/codegen.h
diff options
context:
space:
mode:
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