Re: [PATCH] aarch64: Add support for AdvSIMD faminmax

2024-08-02 Thread Kyrylo Tkachov
Hi Saurabh, > On 1 Aug 2024, at 11:14, Saurabh Jha wrote: > > External email: Use caution opening links or attachments > > > The AArch64 FEAT_FAMINMAX extension is optional from Armv9.2-a and > mandatory from Armv9.5-a. It introduces instructions for computing the > floating point absolute maxi

[PATCH] aarch64: Add support for AdvSIMD faminmax

2024-08-01 Thread saurabh.jha
The AArch64 FEAT_FAMINMAX extension is optional from Armv9.2-a and mandatory from Armv9.5-a. It introduces instructions for computing the floating point absolute maximum and minimum of the two vectors element-wise. This patch does three things: 1. Introduces AdvSIMD faminmax intrinsics. 2. Adds c

[PATCH] aarch64: Add support for AdvSIMD faminmax

2024-08-01 Thread Saurabh
The AArch64 FEAT_FAMINMAX extension is optional from Armv9.2-a and mandatory from Armv9.5-a. It introduces instructions for computing the floating point absolute maximum and minimum of the two vectors element-wise. This patch does three things: 1. Introduces AdvSIMD faminmax intrinsics. 2. Adds c