Re: [PATCH, i386] Add RDRND and MOVBE for AMD bdver4

2014-08-08 Thread Uros Bizjak
On Fri, Aug 8, 2014 at 12:14 PM, Gopalasubramanian, Ganesh wrote: >> OK for mainline. > > Thanks Uros. Committed to revision 213572 > I would like to backport to 4.9 branch too. > Is it OK? Yes, looks safe for backport. Thanks, Uros.

RE: [PATCH, i386] Add RDRND and MOVBE for AMD bdver4

2014-08-08 Thread Gopalasubramanian, Ganesh
> OK for mainline. Thanks Uros. Committed to revision 213572 I would like to backport to 4.9 branch too. Is it OK? - Ganesh

Re: [PATCH, i386] Add RDRND and MOVBE for AMD bdver4

2014-08-04 Thread Rainer Orth
Uros Bizjak writes: > On Mon, Aug 4, 2014 at 12:58 PM, Gopalasubramanian, Ganesh > wrote: >> Below patch adds PTA_RDRND and PTA_MOVBE for bdver4. >> >> Bootstrap passes. >> >> Ok for upstream? > >> 2014-08-04 Ganesh Gopalasubramanian >> >> +* gcc/config/i386/i386.c (ix86_option_overrid

Re: [PATCH, i386] Add RDRND and MOVBE for AMD bdver4

2014-08-04 Thread Uros Bizjak
On Mon, Aug 4, 2014 at 12:58 PM, Gopalasubramanian, Ganesh wrote: > Below patch adds PTA_RDRND and PTA_MOVBE for bdver4. > > Bootstrap passes. > > Ok for upstream? > 2014-08-04 Ganesh Gopalasubramanian > > +* gcc/config/i386/i386.c (ix86_option_override_internal): Add > + PTA_RDRN

[PATCH, i386] Add RDRND and MOVBE for AMD bdver4

2014-08-04 Thread Gopalasubramanian, Ganesh
Below patch adds PTA_RDRND and PTA_MOVBE for bdver4. Bootstrap passes. Ok for upstream? Regards Ganesh Index: gcc/ChangeLog === --- gcc/ChangeLog (revision 213568) +++ gcc/ChangeLog (working copy) @@ -24,6 +24,11 @@ 20