Re: [PATCH 2/2] aarch64: Add codegen support for SVE2 faminmax

2024-09-17 Thread Richard Sandiford
Kyrylo Tkachov writes: > Hi Saurabh, > >> On 13 Sep 2024, at 11:06, saurabh@arm.com 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 c

Re: [PATCH 2/2] aarch64: Add codegen support for SVE2 faminmax

2024-09-15 Thread Kyrylo Tkachov
Hi Saurabh, > On 13 Sep 2024, at 11:06, saurabh@arm.com 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 abso

[PATCH 2/2] aarch64: Add codegen support for SVE2 faminmax

2024-09-13 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 adds code generation for famax and famin in terms of existing unspecs.