RE: [Patch] [x86_64]: Add bdver4 for multi versioning and fix AMD cpu model detection.

2015-10-18 Thread Kumar, Venkataramanan
Hi Uros, > -Original Message- > From: Uros Bizjak [mailto:ubiz...@gmail.com] > Sent: Tuesday, October 13, 2015 9:12 PM > To: Kumar, Venkataramanan > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [Patch] [x86_64]: Add bdver4 for multi versioning and fix AMD > cpu model d

Re: [Patch] [x86_64]: Add bdver4 for multi versioning and fix AMD cpu model detection.

2015-10-13 Thread Uros Bizjak
riday, October 09, 2015 3:31 PM >> To: 'Uros Bizjak' >> Cc: gcc-patches@gcc.gnu.org >> Subject: RE: [Patch] [x86_64]: Add bdver4 for multi versioning and fix AMD >> cpu model detection. >> >> Thank you Uros, >> >> I will test and commit model

RE: [Patch] [x86_64]: Add bdver4 for multi versioning and fix AMD cpu model detection.

2015-10-13 Thread Kumar, Venkataramanan
> Sent: Friday, October 09, 2015 3:31 PM > To: 'Uros Bizjak' > Cc: gcc-patches@gcc.gnu.org > Subject: RE: [Patch] [x86_64]: Add bdver4 for multi versioning and fix AMD > cpu model detection. > > Thank you Uros, > > I will test and commit model selectio

RE: [Patch] [x86_64]: Add bdver4 for multi versioning and fix AMD cpu model detection.

2015-10-09 Thread Kumar, Venkataramanan
hes@gcc.gnu.org > Subject: Re: [Patch] [x86_64]: Add bdver4 for multi versioning and fix AMD > cpu model detection. > > On Fri, Oct 9, 2015 at 11:50 AM, Kumar, Venkataramanan > wrote: > > Hi Uros, > > > > Please find below patch that adds bdver4 target for multi v

Re: [Patch] [x86_64]: Add bdver4 for multi versioning and fix AMD cpu model detection.

2015-10-09 Thread Uros Bizjak
On Fri, Oct 9, 2015 at 11:50 AM, Kumar, Venkataramanan wrote: > Hi Uros, > > Please find below patch that adds bdver4 target for multi versioning. > Also I while computing model, the extended_model is incorrectly left shifted > by 4. I have removed it now. > > Is below patch Ok for trunk ? > GCC

[Patch] [x86_64]: Add bdver4 for multi versioning and fix AMD cpu model detection.

2015-10-09 Thread Kumar, Venkataramanan
Hi Uros, Please find below patch that adds bdver4 target for multi versioning. Also I while computing model, the extended_model is incorrectly left shifted by 4. I have removed it now. Is below patch Ok for trunk ? GCC bootstrap and regressions passed. diff --git a/libgcc/ChangeLog b/libgcc/