On 10/9/2024 5:26 PM, Richard Sandiford wrote:
writes:
+/*
+** amax_0_f16_m_tied1:
+** ...
+** famax z0\.h, p0/m, z0\.h, (z[0-9]+\.h)
Sorry to ask for another round, but: the "(" and ")" aren't needed.
They're used when something later in the regular expression sequence
needs to
writes:
> +/*
> +** amax_0_f16_m_tied1:
> +** ...
> +** famax z0\.h, p0/m, z0\.h, (z[0-9]+\.h)
Sorry to ask for another round, but: the "(" and ")" aren't needed.
They're used when something later in the regular expression sequence
needs to refer back to something earlier, such as in:
**
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