summaryrefslogtreecommitdiffstats
path: root/include/ffts.h
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2012-08-30 18:28:10 +1200
committerAnthony Blake <anthonix@me.com>2012-08-30 18:28:10 +1200
commit73a05e6b7ebe7d25e7e8b861ed29df2161b34c82 (patch)
treea96fd9e724f4a1493d55db919a88328e419a163e /include/ffts.h
parent1be4449adcac82b2138c7cde7d549f1404cd772e (diff)
downloadffts-73a05e6b7ebe7d25e7e8b861ed29df2161b34c82.zip
ffts-73a05e6b7ebe7d25e7e8b861ed29df2161b34c82.tar.gz
SSE working
Diffstat (limited to 'include/ffts.h')
-rw-r--r--include/ffts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ffts.h b/include/ffts.h
index 7fb81f7..90194ed 100644
--- a/include/ffts.h
+++ b/include/ffts.h
@@ -55,6 +55,7 @@ struct _ffts_plan_t {
void (*transform)(struct _ffts_plan_t * restrict, const float * restrict, float * restrict);
void *transform_base;
size_t transform_size;
+ void *constants;
};
typedef struct _ffts_plan_t ffts_plan_t;
OpenPOWER on IntegriCloud