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
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
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