RE: [gentoo-user] Enabeling sse2 in MPlayer

2003-09-08 Thread Matthew Coulson
What version of Glibc are you running? I ask because between (a) installing a Stage1 
1.4 with P4 optimizations and (b) doing an emerge sync and having portage tell me 
everything is broken because glibc prior to r3 produced bad SSE2 code, I was forced to 
reinstall completely as I couldn't for the life of me figure out how to recover.

:(

Make.conf even warns about not using P4 optimizations and disabling SSE2!

Matthew

_
Please Note: This e-mail is confidential and may be protected by law.  This e-mail is 
intended solely for the named recipient(s).  If you receive this e-mail in error, 
please destroy the copy in your possession immediately.  Please do not disclose the 
contents to any other person, use information contained in it for any purpose, store 
or copy it.  Although this e-mail and any attachments are believed to be free of any 
virus, which might affect a computer system into which it is received and opened, 
Express Reinforcements Ltd. can not guarantee this and does not accept responsibility 
for any damage resulting from the use of this e-mail.
Copyright in this e-mail and any attachments remains with us.  Express Reinforcements 
Ltd. Registered in England No.1808624. Head Office: Fordwater Trading Estate, Ford 
Road, Chertsey, Surrey   KT16 8HG
To Visit our website go to http://www.ExpressReinforcements.co.uk

This message has been checked for all known viruses by UUNET delivered 
through the MessageLabs Virus Control Centre. For further information visit
http://www.uk.uu.net/products/security/virus/

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Enabeling sse2 in MPlayer

2003-09-05 Thread Norberto Bensa
Michael Gruetzner wrote:
> On Fri, Sep 05, 2003 at 08:33:17PM +0200, Michael Schreckenbauer wrote:
> > I think, Jarrett wanted to say you should add sse to your USE-Variable
>
> Oh. Thank you for that hint. I added sse and sse2 to the USE flag and

USE="sse" 

Regards,
Norberto


pgp0.pgp
Description: signature


[gentoo-user] Enabeling sse2 in MPlayer

2003-09-05 Thread Michael Gruetzner

On Fri, Sep 05, 2003 at 08:33:17PM +0200, Michael Schreckenbauer wrote:
> 
> Hi Michael,
> I think, Jarrett wanted to say you should add sse to your USE-Variable (not 
> CFLAGS) and recompile then ;-)
>
Oh. Thank you for that hint. I added sse and sse2 to the USE flag and
recompiled. The summary at the end of the configure process says:
'optimizing for: pentium4 mmx mmx2 sse sse2 mtrr' but when I start
mplayer it says: 'SSE2 supported but disabled' and 'CPUflags: MMX: 1
MMX2: 1 3DNow: 0 SSE: 0 SSE2:0
Compiled for x86 CPU with extensions: MMX MX2'

MfG
Michael

-- 
It's a poor workman who blames his tools.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Enabeling sse2 in MPlayer

2003-09-05 Thread Michael Gruetzner
On Fri, Sep 05, 2003 at 08:33:17PM +0200, Michael Schreckenbauer wrote:
> 
> Hi Michael,
> I think, Jarrett wanted to say you should add sse to your USE-Variable (not 
> CFLAGS) and recompile then ;-)
>
Oh. Thank you for that hint. I added sse and sse2 to the USE flag and
recompiled. The summary at the end of the configure process says:
'optimizing for: pentium4 mmx mmx2 sse sse2 mtrr' but when I start
mplayer it says: 'SSE2 supported but disabled' and 'CPUflags: MMX: 1
MMX2: 1 3DNow: 0 SSE: 0 SSE2:0
Compiled for x86 CPU with extensions: MMX MX2'

MfG
Michael

-- 
It's a poor workman who blames his tools.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Enabeling sse2 in MPlayer

2003-09-05 Thread Michael Schreckenbauer
Am Freitag, 5. September 2003 20:19 schrieb Michael Gruetzner:
> On Fri, Sep 05, 2003 at 12:54:22PM -0400, Jarrett Graham wrote:
> > put sse in your make.conf and recompile
>
> I already have -msse2 in my make.conf(and compiled with it).
>
> > On Fri, 2003-09-05 at 12:59, Michael Gruetzner wrote:
> > > Hi,
> > >
> > > whenever I start MPlayer it tells me 'sse2 supported but disabled'. Is
> > > there a way to enable it?
> > >
> > > Thanks
> > > Michael

Hi Michael,
I think, Jarrett wanted to say you should add sse to your USE-Variable (not 
CFLAGS) and recompile then ;-)

HTH
Michael


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Enabeling sse2 in MPlayer

2003-09-05 Thread Paweł Sikora
On Friday 05 of September 2003 20:19, Michael Gruetzner wrote:
> On Fri, Sep 05, 2003 at 12:54:22PM -0400, Jarrett Graham wrote:
> > put sse in your make.conf and recompile
>
> I already have -msse2 in my make.conf(and compiled with it).
>
> > On Fri, 2003-09-05 at 12:59, Michael Gruetzner wrote:
> > > Hi,
> > >
> > > whenever I start MPlayer it tells me 'sse2 supported but disabled'. Is
> > > there a way to enable it?
> > >
> > > Thanks
> > > Michael

"-march=pentium4" implies "-msse -msse2 -mcpu=pentium4"

-- 
The only thing necessary for the triumph of evil
  is for good men to do nothing.
   - Edmund Burke


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Enabeling sse2 in MPlayer

2003-09-05 Thread Michael Gruetzner
On Fri, Sep 05, 2003 at 12:54:22PM -0400, Jarrett Graham wrote:
> put sse in your make.conf and recompile
>
I already have -msse2 in my make.conf(and compiled with it). 
> On Fri, 2003-09-05 at 12:59, Michael Gruetzner wrote:
> 
> > Hi,
> > 
> > whenever I start MPlayer it tells me 'sse2 supported but disabled'. Is
> > there a way to enable it?
> > 
> > Thanks
> > Michael
> 
> 





-- 
It's a poor workman who blames his tools.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Enabeling sse2 in MPlayer

2003-09-05 Thread Jarrett Graham




put sse in your make.conf and recompile

On Fri, 2003-09-05 at 12:59, Michael Gruetzner wrote:

Hi,

whenever I start MPlayer it tells me 'sse2 supported but disabled'. Is
there a way to enable it?

Thanks
Michael











<>

signature.asc
Description: This is a digitally signed message part


[gentoo-user] Enabeling sse2 in MPlayer

2003-09-05 Thread Michael Gruetzner
Hi,

whenever I start MPlayer it tells me 'sse2 supported but disabled'. Is
there a way to enable it?

Thanks
Michael
-- 
Please take note:

--
[EMAIL PROTECTED] mailing list