View Single Post
Old 07-16-2012, 03:37 PM   #14
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Quote:
Originally Posted by knc1 View Post
With data types and data array layout to best suit the VFP -
I will not be surprised if the K4/K5 with higher clockspeed and **much** more powerful VFPv3 can do rt video fft.
wow that would be nifty.

any clues on the -march -mtune flags for the Kindle3 Arm6?

http://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html

I'm trying to be specific enough to get the job done right.

Kindle 3: Freescale i.MX35 532 MHz, ARM11
Freescale i. MX353 applications processor,
Freescale MC13892 power management chip
http://www.freescale.com/webapp/sps/...p?code=i.MX353

arm-none-linux-gnueabi-gcc -O3 -march=armv6j -mtune=arm1136jf-s -mfpu=vfp -fomit-frame-pointer -o main.c -lm

Or should I aim to build for a more general target? would this help target all devices?
Like a DX and up or something?

any good? Thanks!
twobob is offline   Reply With Quote