FFT for RISC 2.0

This is an FFT (Fast Fourier Transform) library which was optimized for speed on RISC processors such as the PowerPC. Most FFTs use single precision floats; for double precision, just use a global search and replace to change float options in all source...