Re: [Cegcc-devel] ARM wmmx instructions from gcc ?

2009-09-04 Thread i-love-spam
04.09.09, 21:58, "Danny Backx" : > See exchange of messages on the gcc mailing list (archives at > http://gcc.gnu.org/ml/gcc/ . > Paul says "You lose". However, that is based on limited information. > Here are the answers I got, combined : > By Dave Korn : > > You should mention that long doub

Re: [Cegcc-devel] 0.59.1 requires more than one dll for mingw32ce?

2009-09-03 Thread i-love-spam
03.09.09, 21:33, "Dok Sander" :Hi,...Now, I can find libgcc_s_sjlj-1.dll in mingw32ce/bin and libstdc++-6.dll in arm-mingw32ce/lib. I transfer the dlls to my device and I get a different error message(instead of the obscure "The file cannot be opened") : "The file is not a valid Pocket PC applicati

Re: [Cegcc-devel] CEGCC latest svn and iwmmxt

2009-08-30 Thread i-love-spam
> > > Danny Backx wrote: > > Very interesting stuff. Oddly enough, my iPAQ 214 contains a PXA 310 > > which should have this :-) > > I'm not sure whether this is a cegcc issue, I've just asked for info on > > the gcc mailing list. > > Danny > It should, here's the test code with ms compiler: >

Re: [Cegcc-devel] CEGCC latest svn and iwmmxt

2009-08-30 Thread i-love-spam
> > Danny Backx wrote: > > iwmmxt is the xscale cpu that has wmmx instruction set support (which > > resembles mmx from i386). Initially I thought that -mcpu=xscale is > > enough but then I found out that I had to use -mcpu=iwmmxt. I have some > > code that uses wmmx and I'm trying to compile it