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

2009-09-05 Thread pps
Danny Backx wrote: > On Sat, 2009-09-05 at 05:54 +0400, i-love-spam wrote: >> Seems that wmmx target cpu cannot be used, but it is still possible to use >> wmmx code. >> Here's how I made it work for me: -mtune=iwmmxt -mcpu=xscale >> -Wa,-mcpu=iwmmxt > > Interesting. > >> It works, but I had

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

2009-09-05 Thread Danny Backx
On Fri, 2009-09-04 at 10:41 +0200, Vincent R. wrote: > The problem about dll generated by cegcc and windows mobile >= 6.1 is due > to a binary format > not respecting completely PE loader requirements and especially about PE > sections. > You should read cegcc archives and you will see the whole s

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

2009-09-05 Thread Danny Backx
On Sat, 2009-09-05 at 05:54 +0400, i-love-spam wrote: > Seems that wmmx target cpu cannot be used, but it is still possible to use > wmmx code. > Here's how I made it work for me: -mtune=iwmmxt -mcpu=xscale > -Wa,-mcpu=iwmmxt Interesting. > It works, but I had to disable half of my wmmx code