summaryrefslogtreecommitdiffstats
path: root/src/codegen.h
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2012-10-20 18:08:29 +1300
committerAnthony Blake <anthonix@me.com>2012-10-20 18:08:29 +1300
commit45b8e7c0021c1b8acbdb2b1ae9ace98202b04da7 (patch)
treefd221299734a5c72565e79e497368bda264926a4 /src/codegen.h
parenta4dcdbca42df5987e91b5c7872899a8351e54f22 (diff)
downloadffts-45b8e7c0021c1b8acbdb2b1ae9ace98202b04da7.zip
ffts-45b8e7c0021c1b8acbdb2b1ae9ace98202b04da7.tar.gz
NEON backwards transforms work correctly
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 a715a8e..93e26dc 100644
--- a/src/codegen.h
+++ b/src/codegen.h
@@ -44,6 +44,6 @@
#include "cp_sse.h"
-void 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, int sign);
#endif
OpenPOWER on IntegriCloud