summaryrefslogtreecommitdiffstats
path: root/src/ffts_real_nd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ffts_real_nd.c')
-rw-r--r--src/ffts_real_nd.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ffts_real_nd.c b/src/ffts_real_nd.c
index 0e68d1b..237c2f1 100644
--- a/src/ffts_real_nd.c
+++ b/src/ffts_real_nd.c
@@ -37,16 +37,6 @@
#include "neon.h"
#endif
-void ffts_scalar_transpose_r(float *in, float *out, int w, int h, uint64_t *buf) {
-
- size_t i,j;
- for(i=0;i<w;i+=1) {
- for(j=0;j<h;j+=1) {
- out[i*h + j] = in[j*w + i];
- }
- }
-
-}
void ffts_scalar_transpose(uint64_t *in, uint64_t *out, int w, int h, uint64_t *buf) {
size_t i,j;
OpenPOWER on IntegriCloud