Displaying 3 results from an estimated 3 matches for "18e0154".
Did you mean:
10154
2014 Jul 29
2
1.21 vs 1.3 encoding speed
Miroslav Lichvar wrote:
> Well, this reverts the commit 18e0154. How is the user supposed to set
> CFLAGS without getting -O3 -funroll-loops there? (e.g. to minimize the
> size of the compiled binaries)
Is it -O3 or -funroll-loops that you have a problem with? Or both?
What would you prefer to see as the default optimisation level?
I'm sure there is...
2014 Jul 26
4
1.21 vs 1.3 encoding speed
Martijn van Beurden wrote:
> op 25-07-14 19:32, Scott Brown schreef:
> > ./configure -enable-static -disable-shared CFLAGS=" -isysroot
> > /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6"
> > make
>
> Well, the use of CFLAGS 'disables' the -O3 and unroll-loops
> optimisation. I'm quite sure that's the culprit. Add -O3 to your
2014 Jul 29
0
1.21 vs 1.3 encoding speed
On Tue, Jul 29, 2014 at 07:47:33PM +1000, Erik de Castro Lopo wrote:
> Miroslav Lichvar wrote:
>
> > Well, this reverts the commit 18e0154. How is the user supposed to set
> > CFLAGS without getting -O3 -funroll-loops there? (e.g. to minimize the
> > size of the compiled binaries)
>
> Is it -O3 or -funroll-loops that you have a problem with? Or both?
> What would you prefer to see as the default optimisation leve...