summaryrefslogtreecommitdiffstats
path: root/src/neon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/neon.h')
-rw-r--r--src/neon.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/neon.h b/src/neon.h
index ff922fc..f3132c2 100644
--- a/src/neon.h
+++ b/src/neon.h
@@ -34,6 +34,7 @@
#ifndef __NEON_H__
#define __NEON_H__
+#include "ffts.h"
void neon_x4(float *, size_t, float *);
void neon_x8(float *, size_t, float *);
@@ -47,4 +48,18 @@ void neon_end();
void neon_transpose(uint64_t *in, uint64_t *out, int w, int h);
void neon_transpose_to_buf(uint64_t *in, uint64_t *out, int w);
+//typedef struct _ffts_plan_t ffts_plan_t;
+
+void neon_static_e_f(ffts_plan_t * , const void * , void * );
+void neon_static_o_f(ffts_plan_t * , const void * , void * );
+void neon_static_x4_f(float *, size_t, float *);
+void neon_static_x8_f(float *, size_t, float *);
+void neon_static_x8_t_f(float *, size_t, float *);
+
+void neon_static_e_i(ffts_plan_t * , const void * , void * );
+void neon_static_o_i(ffts_plan_t * , const void * , void * );
+void neon_static_x4_i(float *, size_t, float *);
+void neon_static_x8_i(float *, size_t, float *);
+void neon_static_x8_t_i(float *, size_t, float *);
+
#endif
OpenPOWER on IntegriCloud