Quote:
Originally Posted by twobob
Hmm.
bash-4.1$ arm-none-linux-gnueabi-gcc -O3 -march=armv6j -mtune=arm1136jf-s -mfpu=vfp -fomit-frame-pointer -o ffttest-arm radix4fft.c testfft.c testmain.c -lm
Any way to squeeze a bit more performance out of that in terms of compilation?
*Goes and googles things.*
|
Did you make changes to any of those .c files?