Fast Fourier Transform in realtime

Grumpy_Mike:

is it possible to do FFT without using assembly code

Yes, it is slower thats all.

Either you write assembler, or the compiler writes it. It ends up the same.