RE: [PATCH] Enable RDPID instruction.

2017-02-17 Thread Koval, Julia
Hi, Can you please commit it for me? Thanks, Julia -Original Message- From: Uros Bizjak [mailto:ubiz...@gmail.com] Sent: Friday, February 17, 2017 1:30 PM To: Koval, Julia <julia.ko...@intel.com> Cc: GCC Patches <gcc-patches@gcc.gnu.org> Subject: Re: [PATCH] Enable RDPID

Re: [PATCH] Enable RDPID instruction.

2017-02-17 Thread Uros Bizjak
Bizjak' <ubiz...@gmail.com> > Cc: GCC Patches <gcc-patches@gcc.gnu.org> > Subject: RE: [PATCH] Enable RDPID instruction. > > Sorry, fixed it. > > gcc/ > * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New. > (OPTION_MASK_ISA_

RE: [PATCH] Enable RDPID instruction.

2017-02-16 Thread Koval, Julia
Sorry, here is the right patch(previous one had a typo). Changelog is right. -Original Message- From: Koval, Julia Sent: Thursday, February 16, 2017 11:31 PM To: 'Uros Bizjak' <ubiz...@gmail.com> Cc: GCC Patches <gcc-patches@gcc.gnu.org> Subject: RE: [PATCH] Enable RDPID

RE: [PATCH] Enable RDPID instruction.

2017-02-16 Thread Koval, Julia
* g++.dg/other/i386-2.C: Ditto. * g++.dg/other/i386-3.C: Ditto. Julia -Original Message- From: Uros Bizjak [mailto:ubiz...@gmail.com] Sent: Thursday, February 16, 2017 9:33 AM To: Koval, Julia <julia.ko...@intel.com> Cc: GCC Patches <gcc-patches@gcc.gnu.org> S

Re: [PATCH] Enable RDPID instruction.

2017-02-16 Thread Uros Bizjak
On Wed, Feb 15, 2017 at 3:09 PM, Koval, Julia wrote: > Hi, > > This patch enables RDPID intrinsic, described in SDM 4-534 Vol. 2B > https://software.intel.com/sites/default/files/managed/39/c5/325462-sdm-vol-1-2abcd-3abcd.pdf > and intrinsic guide: >