This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Optimize glibc for Pentium 4


At Thu, 22 May 2003 13:15:06 -0700,
Ulrich Drepper wrote:
> H. J. Lu wrote:
> 
> >    /* XXX Which others to add here?  */
> > -  HWCAP_IMPORTANT = (HWCAP_I386_MMX)
> > +  HWCAP_IMPORTANT = (HWCAP_I386_MMX | HWCAP_I386_XMM | HWCAP_I386_XMM2)
> 
> This won't go in.
> 
> Yes, MMX is not very useful and maybe it should be removed.  

I second it.

At least, I have not looked libraries which needs MMX as
HWCAP_IMPORTANT on Debian which has over 10000 packages.  MMX aware
libraries (ex: vlc (VideoLAN player)) usually detect MMX bit
themselves.

Regards,
-- gotom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]