What is the fastest FFT library for iOS/Android ARM devices? And what library to people typically use on iOS/Android platforms? I'm guessing vDSP is the library most frequently used on iOS.
EDIT: my code is at http://anthonix.com/ffts and uses the BSD license. It runs on Android and iOS, and it is faster than libav, FFTW and vDSP.
EDIT2: if anyone can provide access to a POWER7 machine (or other machines) please email me. It would be much appreciated.
Cheers,
Here is a page benchmarking different fft algorithms on ARM:
http://pmeerw.dyndns.org/blog/programming/neon3.html
From that page the fastest FFT implementation is LibAv, which have a Neon optimized fft http://libav.org/