This is the mail archive of the libc-alpha@sourceware.org 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: Recognize recent x86 CPUs in string.h


On Thu, Oct 23, 2014 at 03:28:06PM +0200, jb999@gmx.de wrote:
> "Winfried Magerl" <winfried.magerl@t-online.de>:
> > I miss the recent AMD-CPUs. Extracted from gcc/config/i386/i386-c.c (gcc-4.9.x):
> >
> >        __bdver1__
> >         __bdver2__
> >         __bdver3__
> >         __bdver4__
> >         __btver1__
> >         __btver2__
> >
> > And according to i386-c.c __nehalem__ is already recognized
> > as __corei7__:
> 
> Here is v2 of the patch:
> 
> 	* sysdeps/x86/bits/string.h: Add recent CPUs.
> 
>
Looks ok, so I commited this. I cannot find your first name so I used J.
Brown.


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