Re: [OE-core] [PATCH v2 3/4] libav.inc: duplicate armv7a over-rides for armv7ve

2016-01-12 Thread Khem Raj
> On Jan 12, 2016, at 1:42 AM, Phil Blundell wrote: > > On Mon, 2016-01-11 at 14:58 -0800, Khem Raj wrote: >> it came into ffmpeg circa 2008 and proliferated into related components >> primarily to support vectorization and neon >> which was quite nascent for ARM architecture in those days in g

Re: [OE-core] [PATCH v2 3/4] libav.inc: duplicate armv7a over-rides for armv7ve

2016-01-12 Thread Phil Blundell
On Mon, 2016-01-11 at 14:58 -0800, Khem Raj wrote: > it came into ffmpeg circa 2008 and proliferated into related components > primarily to support vectorization and neon > which was quite nascent for ARM architecture in those days in gcc. Today if > you were to configure libav with default optio

Re: [OE-core] [PATCH v2 3/4] libav.inc: duplicate armv7a over-rides for armv7ve

2016-01-11 Thread Andre McCurdy
On Mon, Jan 11, 2016 at 3:07 PM, Richard Purdie wrote: > On Mon, 2016-01-11 at 14:58 -0800, Khem Raj wrote: >> > On Jan 7, 2016, at 3:40 PM, Phil Blundell wrote: >> > >> > On Thu, 2016-01-07 at 14:29 -0800, Andre McCurdy wrote: >> > > FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -fomit >

Re: [OE-core] [PATCH v2 3/4] libav.inc: duplicate armv7a over-rides for armv7ve

2016-01-11 Thread Khem Raj
> On Jan 11, 2016, at 3:07 PM, Richard Purdie > wrote: > > On Mon, 2016-01-11 at 14:58 -0800, Khem Raj wrote: >>> On Jan 7, 2016, at 3:40 PM, Phil Blundell wrote: >>> >>> On Thu, 2016-01-07 at 14:29 -0800, Andre McCurdy wrote: FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -fomit

Re: [OE-core] [PATCH v2 3/4] libav.inc: duplicate armv7a over-rides for armv7ve

2016-01-11 Thread Richard Purdie
On Mon, 2016-01-11 at 14:58 -0800, Khem Raj wrote: > > On Jan 7, 2016, at 3:40 PM, Phil Blundell wrote: > > > > On Thu, 2016-01-07 at 14:29 -0800, Andre McCurdy wrote: > > > FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -fomit > > > -frame-pointer -O4 -ffast-math" > > > +FULL_OPTIMIZATION

Re: [OE-core] [PATCH v2 3/4] libav.inc: duplicate armv7a over-rides for armv7ve

2016-01-11 Thread Khem Raj
> On Jan 7, 2016, at 3:40 PM, Phil Blundell wrote: > > On Thu, 2016-01-07 at 14:29 -0800, Andre McCurdy wrote: >> FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -fomit-frame-pointer >> -O4 -ffast-math" >> +FULL_OPTIMIZATION_armv7ve = "-fexpensive-optimizations -fomit-frame-pointer >> -O

Re: [OE-core] [PATCH v2 3/4] libav.inc: duplicate armv7a over-rides for armv7ve

2016-01-07 Thread Andre McCurdy
On Thu, Jan 7, 2016 at 3:40 PM, Phil Blundell wrote: > On Thu, 2016-01-07 at 14:29 -0800, Andre McCurdy wrote: >> FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -fomit-frame-pointer >> -O4 -ffast-math" >> +FULL_OPTIMIZATION_armv7ve = "-fexpensive-optimizations -fomit-frame-pointer >> -O4

Re: [OE-core] [PATCH v2 3/4] libav.inc: duplicate armv7a over-rides for armv7ve

2016-01-07 Thread Phil Blundell
On Thu, 2016-01-07 at 14:29 -0800, Andre McCurdy wrote: > FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -fomit-frame-pointer > -O4 -ffast-math" > +FULL_OPTIMIZATION_armv7ve = "-fexpensive-optimizations -fomit-frame-pointer > -O4 -ffast-math" I wonder if this would be better as just FULL

[OE-core] [PATCH v2 3/4] libav.inc: duplicate armv7a over-rides for armv7ve

2016-01-07 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/libav/libav.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-multimedia/libav/libav.inc b/meta/recipes-multimedia/libav/libav.inc index 05b7e87..371e066 100644 --- a/meta/recipes-multimedia/libav/libav.inc +++ b/meta/