Mercurial > hg > peckfft
view compile.sh @ 13:3e85a9101f02 default tip
readme
author | Peter Meerwald <p.meerwald@bct-electronic.com> |
---|---|
date | Thu, 09 Feb 2012 09:44:39 +0100 |
parents | 05f6ab0a17c0 |
children |
line wrap: on
line source
/opt/arm-2011.03/bin/arm-none-linux-gnueabi-gcc \ -O3 -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -ffast-math -fomit-frame-pointer \ -I . \ -c -o kf_bfly2_only.o -g \ kf_bfly2.S \ -lm /opt/arm-2011.03/bin/arm-none-linux-gnueabi-gcc \ -O3 -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -ffast-math -fomit-frame-pointer \ -I . \ -c -o kf_bfly4_only.o -g \ kf_bfly4.S \ -lm /opt/arm-2011.03/bin/arm-none-linux-gnueabi-gcc \ -O3 -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -ffast-math -fomit-frame-pointer \ -DUSE_SIMD=SIMD_NEON2 -DBFLY2_ASM=1 -DBFLY4_ASM=1 \ -I . -I ../armv7_cycles \ -o peck_test_arm -g \ peck_fft.c peck_fftr.c peck_test.c kf_bfly2.S kf_bfly4.S ../armv7_cycles/armv7_cycles.c \ -lm gcc \ -O2 -march=native -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer \ -DUSE_SIMD=SIMD_SSE2 -DBFLY2_ASM=0 -DBFLY4_ASM=0 \ -I . -I ../armv7_cycles \ -o peck_test_x86 \ peck_fftr.c peck_fft.c \ peck_test.c ../armv7_cycles/armv7_cycles.c \ -lm /opt/arm-2011.03/bin/arm-none-linux-gnueabi-gcc \ -O3 -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -ffast-math -fomit-frame-pointer \ -DUSE_SIMD=SIMD_NEON -DBFLY2_ASM=0 -DBFLY4_ASM=0 \ -I . -I ../armv7_cycles \ -o peck_test_neon \ peck_fftr.c peck_fft.c \ peck_test.c ../armv7_cycles/armv7_cycles.c \ -lm /opt/arm-2011.03/bin/arm-none-linux-gnueabi-gcc \ -O3 -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -ffast-math -fomit-frame-pointer \ -DUSE_SIMD=SIMD_NEON2 -DBFLY2_ASM=0 -DBFLY4_ASM=0 \ -I . -I ../armv7_cycles \ -o peck_test_neon2 \ peck_fftr.c peck_fft.c \ peck_test.c ../armv7_cycles/armv7_cycles.c \ -lm /opt/arm-2011.03/bin/arm-none-linux-gnueabi-gcc \ -O3 -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -ffast-math -fomit-frame-pointer \ -DUSE_SIMD=SIMD_NEON4 -DBFLY2_ASM=0 -DBFLY4_ASM=0 \ -I . -I ../armv7_cycles \ -o peck_test_neon4 \ peck_fftr.c peck_fft.c \ peck_test.c ../armv7_cycles/armv7_cycles.c \ -lm