> -Original Message-
> From: Prathamesh Kulkarni
> Sent: 30 June 2021 10:05
> To: Kyrylo Tkachov
> Cc: gcc Patches
> Subject: Re: [ARM] PR66791: Gate comparison in vca intrinsics on
> __FAST_MATH__
>
> On Wed, 30 Jun 2021 at 14:
On Wed, 30 Jun 2021 at 14:00, Kyrylo Tkachov wrote:
>
>
>
> > -Original Message-
> > From: Prathamesh Kulkarni
> > Sent: 29 June 2021 08:21
> > To: gcc Patches ; Kyrylo Tkachov
> >
> > Subject: Re: [ARM] PR66791: Gate comparison in vca intri
> -Original Message-
> From: Prathamesh Kulkarni
> Sent: 29 June 2021 08:21
> To: gcc Patches ; Kyrylo Tkachov
>
> Subject: Re: [ARM] PR66791: Gate comparison in vca intrinsics on
> __FAST_MATH__
>
> On Tue, 22 Jun 2021 at 15:04, Prathamesh Kulkarni
&g
On Tue, 22 Jun 2021 at 15:04, Prathamesh Kulkarni
wrote:
>
> Hi,
> The attached patch gates abs(__a) cmp abs(__b) for vca intrinsics on
> __FAST_MATH__. I moved vabs intrinsics before vcage_f32 since vca
> intrinsics use those.
> Bootstrapped+tested on arm-linux-gnueabihf.
> OK to commit ?
ping ht
Hi,
The attached patch gates abs(__a) cmp abs(__b) for vca intrinsics on
__FAST_MATH__. I moved vabs intrinsics before vcage_f32 since vca
intrinsics use those.
Bootstrapped+tested on arm-linux-gnueabihf.
OK to commit ?
Thanks,
Prathamesh
2021-06-22 Prathamesh Kulkarni
PR target/66791