[PATCH v1 2/5] aarch64: Add support for FEAT_SVE_B16B16 min and max instructions.
Jan Beulich
jbeulich@suse.com
Thu Jul 18 10:48:52 GMT 2024
On 18.07.2024 12:27, Srinath Parvathaneni wrote:
>
> This patch adds support for SME Z-targeting multi-vector non-widening
> BFloat16 instructions, under tick FEAT_SVE_B16B16 and command line flag
> "+sme-b16b16+sme2".
>
> The spec for this feature and instructions is availabe here [1]:
> [1]: https://developer.arm.com/documentation/ddi0602/2024-06/SME-Instructions?lang=en
> ---
> gas/config/tc-aarch64.c | 2 +
> .../gas/aarch64/bfloat16-2-invalid.l | 4 +-
> .../gas/aarch64/bfloat16-sme2-2-bad.d | 4 +
> .../gas/aarch64/bfloat16-sme2-2-bad.l | 159 ++++++++++++++++++
> .../gas/aarch64/bfloat16-sme2-2-bad.s | 136 +++++++++++++++
In order to limit further growth of [1], may I ask that new listing tests
be written in a way not making assumptions on the current scrubber behavior,
in particular its overly aggressive removing of whitespace?
Jan
[1] https://sourceware.org/pipermail/binutils/2024-July/135649.html
More information about the Binutils
mailing list