Re: [TESTING] ssse3 backport from gcc 4.3

2011-03-10 Thread Alexander Best
On Thu Mar 10 11, Alexander Best wrote: > On Thu Mar 10 11, Dimitry Andric wrote: > > On 2011-03-09 22:18, David Schultz wrote: > > >The proliferation of -mno-sse -mno-sse2 -mno-sse3 options in the > > >makefiles is probably not needed: I'm pretty sure -mno-sse implies > > >the other two, unless -m

Re: [TESTING] ssse3 backport from gcc 4.3

2011-03-10 Thread Alexander Best
On Wed Mar 9 11, George Liaskos wrote: > > I have prepared a patch that finishes the "core2" support part and > > backports from gcc-4.3 > > the SSSE3 instruction set (-mssse3, -mno-ssse3). > > It is enabled for -march=core2 by default. > > > > Testing and comments are welcome. > > > > Patch: > >

Re: [TESTING] ssse3 backport from gcc 4.3

2011-03-10 Thread Alexander Best
On Thu Mar 10 11, Dimitry Andric wrote: > On 2011-03-09 22:18, David Schultz wrote: > >The proliferation of -mno-sse -mno-sse2 -mno-sse3 options in the > >makefiles is probably not needed: I'm pretty sure -mno-sse implies > >the other two, unless -msse3 is specified explicitly. > > Indeed, contrib

Re: [TESTING] ssse3 backport from gcc 4.3

2011-03-09 Thread Dimitry Andric
On 2011-03-09 22:18, David Schultz wrote: The proliferation of -mno-sse -mno-sse2 -mno-sse3 options in the makefiles is probably not needed: I'm pretty sure -mno-sse implies the other two, unless -msse3 is specified explicitly. Indeed, contrib/gcc/config/i386/i386.c has: static bool ix86_handl

Re: [TESTING] ssse3 backport from gcc 4.3

2011-03-09 Thread David Schultz
On Wed, Mar 09, 2011, Martin Matuska wrote: > I have prepared a patch that finishes the "core2" support part and > backports from gcc-4.3 > the SSSE3 instruction set (-mssse3, -mno-ssse3). > It is enabled for -march=core2 by default. > > Testing and comments are welcome. > > Patch: > http://peopl

Re: [TESTING] ssse3 backport from gcc 4.3

2011-03-09 Thread David Cornejo
On Wed, Mar 9, 2011 at 9:49 AM, George Liaskos wrote: > > I have prepared a patch that finishes the "core2" support part and > > backports from gcc-4.3 > > the SSSE3 instruction set (-mssse3, -mno-ssse3). > > It is enabled for -march=core2 by default. > > > > Testing and comments are welcome. > >

Re: [TESTING] ssse3 backport from gcc 4.3

2011-03-09 Thread George Liaskos
> I have prepared a patch that finishes the "core2" support part and > backports from gcc-4.3 > the SSSE3 instruction set (-mssse3, -mno-ssse3). > It is enabled for -march=core2 by default. > > Testing and comments are welcome. > > Patch: > http://people.freebsd.org/~mm/patches/head-gcc-ssse3.patch

[TESTING] ssse3 backport from gcc 4.3

2011-03-09 Thread Martin Matuska
I have prepared a patch that finishes the "core2" support part and backports from gcc-4.3 the SSSE3 instruction set (-mssse3, -mno-ssse3). It is enabled for -march=core2 by default. Testing and comments are welcome. Patch: http://people.freebsd.org/~mm/patches/head-gcc-ssse3.patch The backport c