Re: [OE-core] ARM-tuning -- was qemuarm: should it really have TUNE_ARCH armv5te?

2012-09-11 Thread Mark Hatle
On 9/11/12 8:48 AM, Martin Jansa wrote: On Tue, Sep 11, 2012 at 03:01:55PM +0200, Martin Jansa wrote: Hi, when building spitz and qemuarm (both produces packages in armv5te feed) resulting packages are tuned with -mtune=xscale (when built for spitz) or -mtune=arm926ej-s (when built for qemuarm)

Re: [OE-core] ARM-tuning -- was qemuarm: should it really have TUNE_ARCH armv5te?

2012-09-11 Thread Martin Jansa
On Tue, Sep 11, 2012 at 10:51:40AM -0500, Mark Hatle wrote: > On 9/11/12 8:48 AM, Martin Jansa wrote: > > On Tue, Sep 11, 2012 at 03:01:55PM +0200, Martin Jansa wrote: > >> Hi, > >> > >> when building spitz and qemuarm (both produces packages in armv5te feed) > >> resulting packages are tuned with

Re: [OE-core] ARM-tuning -- was qemuarm: should it really have TUNE_ARCH armv5te?

2012-09-11 Thread Mark Hatle
On 9/11/12 10:59 AM, Martin Jansa wrote: On Tue, Sep 11, 2012 at 10:51:40AM -0500, Mark Hatle wrote: On 9/11/12 8:48 AM, Martin Jansa wrote: On Tue, Sep 11, 2012 at 03:01:55PM +0200, Martin Jansa wrote: Hi, when building spitz and qemuarm (both produces packages in armv5te feed) resulting pac

Re: [OE-core] ARM-tuning -- was qemuarm: should it really have TUNE_ARCH armv5te?

2012-09-11 Thread Koen Kooi
Op 11 sep. 2012, om 17:51 heeft Mark Hatle het volgende geschreven: > On 9/11/12 8:48 AM, Martin Jansa wrote: >> On Tue, Sep 11, 2012 at 03:01:55PM +0200, Martin Jansa wrote: >>> Hi, >>> >>> when building spitz and qemuarm (both produces packages in armv5te feed) >>> resulting packages are tun

Re: [OE-core] ARM-tuning -- was qemuarm: should it really have TUNE_ARCH armv5te?

2012-09-11 Thread Martin Jansa
On Tue, Sep 11, 2012 at 11:09:53AM -0500, Mark Hatle wrote: > On 9/11/12 10:59 AM, Martin Jansa wrote: > > On Tue, Sep 11, 2012 at 10:51:40AM -0500, Mark Hatle wrote: > >> On 9/11/12 8:48 AM, Martin Jansa wrote: > >>> On Tue, Sep 11, 2012 at 03:01:55PM +0200, Martin Jansa wrote: > Hi, > >

Re: [OE-core] ARM-tuning -- was qemuarm: should it really have TUNE_ARCH armv5te?

2012-09-11 Thread Khem Raj
On Tue, Sep 11, 2012 at 9:13 AM, Koen Kooi wrote: > From a gcc point of view both are the same ISA, but using xscale will take in > account the absurdly long pipeline on that SoC. Not really, when you tune for XScale it will use ldrd/strd and pld if possible

Re: [OE-core] ARM-tuning -- was qemuarm: should it really have TUNE_ARCH armv5te?

2012-09-11 Thread Phil Blundell
On Tue, 2012-09-11 at 11:40 -0700, Khem Raj wrote: > On Tue, Sep 11, 2012 at 9:13 AM, Koen Kooi wrote: > > From a gcc point of view both are the same ISA, but using xscale will take > > in account the absurdly long pipeline on that SoC. > > Not really, when you tune for XScale it will use ldrd/s

Re: [OE-core] ARM-tuning -- was qemuarm: should it really have TUNE_ARCH armv5te?

2012-09-11 Thread Khem Raj
On (11/09/12 19:53), Phil Blundell wrote: > On Tue, 2012-09-11 at 11:40 -0700, Khem Raj wrote: > > On Tue, Sep 11, 2012 at 9:13 AM, Koen Kooi > > wrote: > > > From a gcc point of view both are the same ISA, but using xscale will > > > take in account the absurdly long pipeline on that SoC. > >