diff options
author | Jukka Ojanen <jukka.ojanen@linkotec.net> | 2015-03-10 12:47:13 +0200 |
---|---|---|
committer | Jukka Ojanen <jukka.ojanen@linkotec.net> | 2015-03-10 12:47:13 +0200 |
commit | 8cb4d196b65190b275861fcf4d9add78dc708184 (patch) | |
tree | fa52c2dd9ed3d0921b97075c88f586e1e234cbbb /src | |
parent | 6049dc26c2a839d7c8e8f9622dad70c1174a6418 (diff) | |
download | ffts-8cb4d196b65190b275861fcf4d9add78dc708184.zip ffts-8cb4d196b65190b275861fcf4d9add78dc708184.tar.gz |
Remove redefinition of 'fw' in function 'ffts_generate_luts'
Diffstat (limited to 'src')
-rw-r--r-- | src/ffts.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -382,8 +382,6 @@ static int ffts_generate_luts(ffts_plan_t *p, size_t N, size_t leaf_N, int sign) } #ifdef __arm__ - //w = FFTS_MALLOC(n/8 * 3 * sizeof(cdata_t), 32); - float *fw = (float *)w; #ifdef HAVE_NEON VS temp0, temp1, temp2; for (j = 0; j < n/8; j += 4) { |