RE: [PR66791][ARM] Replace __builtin_neon_vneg* by - for vneg intrinsics

2020-12-11 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Prathamesh Kulkarni > Sent: 08 December 2020 09:57 > To: gcc Patches ; Kyrylo Tkachov > > Subject: Re: [PR66791][ARM] Replace __builtin_neon_vneg* by - for vneg > intrinsics > > On Thu, 3 Dec 2020 at 16:23, Prathamesh Ku

Re: [PR66791][ARM] Replace __builtin_neon_vneg* by - for vneg intrinsics

2020-12-08 Thread Prathamesh Kulkarni via Gcc-patches
On Thu, 3 Dec 2020 at 16:23, Prathamesh Kulkarni wrote: > > Hi, > This patch replaces calls to __builtin_neon_vneg* builtins by - > operator, for vneg intrinsics in arm_neon.h. > Cross-tested on arm*-*-*. > OK to commit ? This patch removes call to entry for vneg from arm_neon_builtins.def. There'

[PR66791][ARM] Replace __builtin_neon_vneg* by - for vneg intrinsics

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