[PATCH v2 1/3] aarch64: Add SVE2 faminmax intrinsics

2024-10-01 Thread saurabh.jha
The AArch64 FEAT_FAMINMAX extension introduces instructions for computing the floating point absolute maximum and minimum of the two vectors element-wise. This patch introduces SVE2 faminmax intrinsics. The intrinsics of this extension are implemented as the following builtin functions: * sva[max

Re: [PATCH v2 1/3] aarch64: Add SVE2 faminmax intrinsics

2024-10-01 Thread Richard Sandiford
writes: > The AArch64 FEAT_FAMINMAX extension introduces instructions for > computing the floating point absolute maximum and minimum of the > two vectors element-wise. > > This patch introduces SVE2 faminmax intrinsics. The intrinsics of this > extension are implemented as the following builtin f