summaryrefslogtreecommitdiffstats
path: root/src/ffts.h
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2013-04-03 14:57:43 +1300
committerAnthony Blake <anthonix@me.com>2013-04-03 14:57:43 +1300
commit17aaf9d6216cd7c608824a2b4fd0e735004e612e (patch)
tree736cf7c40e1b139a4ce067fbc09f6826b6a1b310 /src/ffts.h
parent73a533c0d457b77ca2745a2824622e5d261b6bd8 (diff)
downloadffts-17aaf9d6216cd7c608824a2b4fd0e735004e612e.zip
ffts-17aaf9d6216cd7c608824a2b4fd0e735004e612e.tar.gz
Added VFP support for ARM
Diffstat (limited to 'src/ffts.h')
-rw-r--r--src/ffts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ffts.h b/src/ffts.h
index 4ebb66f..26c2550 100644
--- a/src/ffts.h
+++ b/src/ffts.h
@@ -94,6 +94,7 @@ struct _ffts_plan_t {
void (*destroy)(ffts_plan_t *);
float *A, *B;
+ size_t i2;
};
OpenPOWER on IntegriCloud