RE: [PR66791][ARM] Replace __builtin_neon_vcreate* for vcreate intrinsics

2020-12-11 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Prathamesh Kulkarni > Sent: 08 December 2020 09:41 > To: Kyrylo Tkachov > Cc: gcc Patches > Subject: Re: [PR66791][ARM] Replace __builtin_neon_vcreate* for vcreate > intrinsics > > On Fri, 4 Dec 2020 at 16:26, Prathamesh Kulkar

Re: [PR66791][ARM] Replace __builtin_neon_vcreate* for vcreate intrinsics

2020-12-08 Thread Prathamesh Kulkarni via Gcc-patches
r 2020 10:50 > > > To: gcc Patches ; Kyrylo Tkachov > > > > > > Subject: [PR66791][ARM] Replace __builtin_neon_vcreate* for vcreate > > > intrinsics > > > > > > Hi, > > > This patch replaces calls to __builtin_neon_vcreate* builtins for > > >

Re: [PR66791][ARM] Replace __builtin_neon_vcreate* for vcreate intrinsics

2020-12-04 Thread Prathamesh Kulkarni via Gcc-patches
On Thu, 3 Dec 2020 at 16:50, Kyrylo Tkachov wrote: > > Hi Prathamesh, > > > -Original Message- > > From: Prathamesh Kulkarni > > Sent: 03 December 2020 10:50 > > To: gcc Patches ; Kyrylo Tkachov > > > > Subject: [PR66791][ARM] Replace __bui

RE: [PR66791][ARM] Replace __builtin_neon_vcreate* for vcreate intrinsics

2020-12-03 Thread Kyrylo Tkachov via Gcc-patches
Hi Prathamesh, > -Original Message- > From: Prathamesh Kulkarni > Sent: 03 December 2020 10:50 > To: gcc Patches ; Kyrylo Tkachov > > Subject: [PR66791][ARM] Replace __builtin_neon_vcreate* for vcreate > intrinsics > > Hi, > This patch replaces calls to __

[PR66791][ARM] Replace __builtin_neon_vcreate* for vcreate intrinsics

2020-12-03 Thread Prathamesh Kulkarni via Gcc-patches
Hi, This patch replaces calls to __builtin_neon_vcreate* builtins for vcreate intrinsics in arm_neon.h. Cross-tested on arm*-*-*. OK to commit ? Thanks, Prathamesh vcreate-1.diff Description: Binary data