Re: [PATCH] aarch64: Add ACLE intrinsics for AdvSIMD faminmax

2024-08-01 Thread Saurabh Jha
Hi Kyrill, Thank you for the review. I have addressed all the comments here: https://gcc.gnu.org/pipermail/gcc-patches/2024-August/658968.html Thanks, Saurabh On 7/22/2024 12:57 PM, Kyrylo Tkachov wrote: Hi Saurabh, On 22 Jul 2024, at 13:39, saurabh@arm.com wrote: External email: Use

Re: [PATCH] aarch64: Add ACLE intrinsics for AdvSIMD faminmax

2024-07-22 Thread Kyrylo Tkachov
Hi Saurabh, > On 22 Jul 2024, at 13:39, saurabh@arm.com wrote: > > External email: Use caution opening links or attachments > > > The AArch64 FEAT_FAMINMAX extension is optional in Armv9.2 and mandatory > in Armv9.5. It introduces instructions for computing the floating point > absolute max

[PATCH] aarch64: Add ACLE intrinsics for AdvSIMD faminmax

2024-07-22 Thread saurabh.jha
The AArch64 FEAT_FAMINMAX extension is optional in Armv9.2 and mandatory in Armv9.5. It introduces instructions for computing the floating point absolute maximum and minimum of the two vectors element-wise. This patch introduces intrinsics for AdvSIMD faminmax extension in the form of the followi