Skip to content
Snippets Groups Projects
Commit 3c2fe0fb authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

fixed TI fft code -- again

parent 32d8c10d
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
#define cpx32_fft(state, X, Y, nx)\
(\
cfft32_SCALE(X,nx),\
cbrev32(X,X,nx)\
cbrev32(X,Y,nx)\
)
#define cpx32_ifft(state, X, Y, nx) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment