Re: [PATCH, i386, PR57623] Introduce synonyms for BMI intrinsics

2014-04-17 Thread Kirill Yukhin
Thanks! Sorry, missed that! K On Thu, Apr 17, 2014 at 2:13 PM, Jakub Jelinek wrote: > On Wed, Jul 03, 2013 at 08:14:25AM +0200, Uros Bizjak wrote: >> On Tue, Jul 2, 2013 at 10:32 AM, Kirill Yukhin >> wrote: >> > Bootstrap passing. Updated tests passing on BMI-featured HW. >> > >> > ChangeLog:

Re: [PATCH, i386, PR57623] Introduce synonyms for BMI intrinsics

2014-04-17 Thread Jakub Jelinek
On Wed, Jul 03, 2013 at 08:14:25AM +0200, Uros Bizjak wrote: > On Tue, Jul 2, 2013 at 10:32 AM, Kirill Yukhin > wrote: > > Bootstrap passing. Updated tests passing on BMI-featured HW. > > > > ChangeLog: > > 2013-07-02 Kirill Yukhin > > > > * config/i386/bmiintrin.h (_blsi_u32): New. >

Re: [PATCH, i386, PR57623] Introduce synonyms for BMI intrinsics

2013-07-19 Thread Kirill Yukhin
On 7/17/2013 7:42 PM, Jakub Jelinek wrote: > On Wed, Jul 17, 2013 at 07:39:00PM +0400, Kirill Yukhin wrote: >> Is it ok to install? > Yes. > Thanks! Change into 4_8 branch: http://gcc.gnu.org/ml/gcc-cvs/2013-07/msg00477.html K

Re: [PATCH, i386, PR57623] Introduce synonyms for BMI intrinsics

2013-07-17 Thread Jakub Jelinek
On Wed, Jul 17, 2013 at 07:39:00PM +0400, Kirill Yukhin wrote: > Is it ok to install? Yes. Jakub

Re: [PATCH, i386, PR57623] Introduce synonyms for BMI intrinsics

2013-07-17 Thread Kirill Yukhin
On 7/3/2013 10:29 AM, Jakub Jelinek wrote: > On Wed, Jul 03, 2013 at 08:14:25AM +0200, Uros Bizjak wrote: >> On Tue, Jul 2, 2013 at 10:32 AM, Kirill Yukhin >> wrote: >> BTW: Do we want to backport this patch (and your previous) to 4.8 branch? > I'd say yes to both. Hello, I've backported both pat

Re: [PATCH, i386, PR57623] Introduce synonyms for BMI intrinsics

2013-07-02 Thread Kirill Yukhin
> I'd say yes to both. I'll prepare a patch for 4.8 then Thanks, K

Re: [PATCH, i386, PR57623] Introduce synonyms for BMI intrinsics

2013-07-02 Thread Jakub Jelinek
On Wed, Jul 03, 2013 at 08:14:25AM +0200, Uros Bizjak wrote: > On Tue, Jul 2, 2013 at 10:32 AM, Kirill Yukhin > wrote: > BTW: Do we want to backport this patch (and your previous) to 4.8 branch? I'd say yes to both. Jakub

Re: [PATCH, i386, PR57623] Introduce synonyms for BMI intrinsics

2013-07-02 Thread Uros Bizjak
On Tue, Jul 2, 2013 at 10:32 AM, Kirill Yukhin wrote: > Hello, > As mentioned by Uros [1], we have few intrinsics which described in > Intel Spec, but absent in bmiintin.h > Attached patch resolves this. > > Bootstrap passing. Updated tests passing on BMI-featured HW. > > ChangeLog: > 2013-07-02