Re: [PATCH v2][AArch32][NEON] Implementing vmaxnmQ_ST and vminnmQ_ST intrinsincs.

2016-11-02 Thread Christophe Lyon
Christophe, >>> >>> Here's the updated patch. >>> >>> Cheers, >>> Tamar >>> >>> From: Christophe Lyon <christophe.l...@linaro.org> >>> Sent: Wednesday, October 19, 2016 11:2

Re: [PATCH v2][AArch32][NEON] Implementing vmaxnmQ_ST and vminnmQ_ST intrinsincs.

2016-11-02 Thread Bin.Cheng
>> From: Christophe Lyon <christophe.l...@linaro.org> >> Sent: Wednesday, October 19, 2016 11:23:56 AM >> To: Tamar Christina >> Cc: GCC Patches; Kyrylo Tkachov; nd >> Subject: Re: [PATCH v2][AArch32][NEON] Implementing vmax

Re: [PATCH v2][AArch32][NEON] Implementing vmaxnmQ_ST and vminnmQ_ST intrinsincs.

2016-11-01 Thread Kyrill Tkachov
Kyrylo Tkachov; nd Subject: Re: [PATCH v2][AArch32][NEON] Implementing vmaxnmQ_ST and vminnmQ_ST intrinsincs. On 19 October 2016 at 11:36, Tamar Christina <tamar.christ...@arm.com> wrote: Hi All, This patch implements the vmaxnmQ_ST and vminnmQ_ST intrinsics. The current builtin regis

Re: [PATCH v2][AArch32][NEON] Implementing vmaxnmQ_ST and vminnmQ_ST intrinsincs.

2016-11-01 Thread Tamar Christina
na Cc: GCC Patches; Kyrylo Tkachov; nd Subject: Re: [PATCH v2][AArch32][NEON] Implementing vmaxnmQ_ST and vminnmQ_ST intrinsincs. On 19 October 2016 at 11:36, Tamar Christina <tamar.christ...@arm.com> wrote: > Hi All, > > This patch implements the vmaxnmQ_ST and vminnmQ_ST

Re: [PATCH v2][AArch32][NEON] Implementing vmaxnmQ_ST and vminnmQ_ST intrinsincs.

2016-10-26 Thread Tamar Christina
Hi Christophe, Here's the updated patch. Cheers, Tamar From: Christophe Lyon <christophe.l...@linaro.org> Sent: Wednesday, October 19, 2016 11:23:56 AM To: Tamar Christina Cc: GCC Patches; Kyrylo Tkachov; nd Subject: Re: [PATCH v2][AArch32

Re: [PATCH v2][AArch32][NEON] Implementing vmaxnmQ_ST and vminnmQ_ST intrinsincs.

2016-10-19 Thread Tamar Christina
> I think you forgot to attach the new tests. Ah, you're right! forgot an add. New patch coming soon. Thanks, Tamar

Re: [PATCH v2][AArch32][NEON] Implementing vmaxnmQ_ST and vminnmQ_ST intrinsincs.

2016-10-19 Thread Christophe Lyon
On 19 October 2016 at 11:36, Tamar Christina wrote: > Hi All, > > This patch implements the vmaxnmQ_ST and vminnmQ_ST intrinsics. The > current builtin registration code is deficient since it can't access > standard pattern names, to which vmaxnmQ_ST and vminnmQ_ST map >

[PATCH v2][AArch32][NEON] Implementing vmaxnmQ_ST and vminnmQ_ST intrinsincs.

2016-10-19 Thread Tamar Christina
Hi All, This patch implements the vmaxnmQ_ST and vminnmQ_ST intrinsics. The current builtin registration code is deficient since it can't access standard pattern names, to which vmaxnmQ_ST and vminnmQ_ST map directly. Thus, to enable the vectoriser to have access to these intrinsics, we implement