summaryrefslogtreecommitdiffstats
path: root/src/ffts_trig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ffts_trig.h')
-rw-r--r--src/ffts_trig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ffts_trig.h b/src/ffts_trig.h
index cfed2fb..0b22738 100644
--- a/src/ffts_trig.h
+++ b/src/ffts_trig.h
@@ -46,6 +46,9 @@ int
ffts_generate_cosine_sine_pow2_32f(ffts_cpx_32f *const table, int table_size);
int
+ffts_generate_cosine_sine_pow2_64f(ffts_cpx_64f *const table, int table_size);
+
+int
ffts_generate_table_1d_real_32f(struct _ffts_plan_t *const p,
int sign,
int invert);
OpenPOWER on IntegriCloud