summaryrefslogtreecommitdiffstats
path: root/include/ffts.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 /include/ffts.h
parenta4dcdbca42df5987e91b5c7872899a8351e54f22 (diff)
downloadffts-45b8e7c0021c1b8acbdb2b1ae9ace98202b04da7.zip
ffts-45b8e7c0021c1b8acbdb2b1ae9ace98202b04da7.tar.gz
NEON backwards transforms work correctly
Diffstat (limited to 'include/ffts.h')
-rw-r--r--include/ffts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ffts.h b/include/ffts.h
index 782df9f..f150a6f 100644
--- a/include/ffts.h
+++ b/include/ffts.h
@@ -43,8 +43,8 @@ extern "C"
{
#endif /* __cplusplus */
-typedef size_t transform_index_t;
+typedef size_t transform_index_t;
struct _ffts_plan_t {
ptrdiff_t *offsets;
void __attribute__ ((aligned(32))) *ws;
OpenPOWER on IntegriCloud