[PATCH 0/1] AArch64 v9.7 extensions: FEAT_F16F32MM
Saurabh Jha
saurabh.jha@arm.com
Thu Oct 23 14:45:10 GMT 2025
Thank you for addressing the comments. For future reference, whenever
you send a revision, please add a version v<N>, like [PATCH 0/1 v2], as
described here https://gcc.gnu.org/contribute.html.
If you're using git send-email, it's the "-v" option.
Thanks,
Saurabh
On 10/23/2025 3:35 PM, Sivan Shani wrote:
> From: Sivan Shani <sivsha01@ip-10-249-56-69.eu-west-1.compute.internal>
>
> Hi all,
>
> This patch includes the feature flag and instruction for the FEAT_F16F32MM feature,
> including a test file.
>
> The spec:
> https://developer.arm.com/documentation/109697/2025_09/2025-Architecture-Extensions
>
> Okay for master?
> Thanks,
> Sivan
>
> Sivan Shani (1):
> AArch64: Add FEAT_F16F32MM
>
> gas/config/tc-aarch64.c | 1 +
> gas/doc/c-aarch64.texi | 2 ++
> gas/testsuite/gas/aarch64/f16f32mm-simd.d | 12 ++++++++++++
> gas/testsuite/gas/aarch64/f16f32mm-simd.s | 4 ++++
> include/opcode/aarch64.h | 2 ++
> opcodes/aarch64-dis-2.c | 24 ++++++++++++++++-------
> opcodes/aarch64-tbl-2.h | 1 +
> opcodes/aarch64-tbl.h | 14 +++++++++++++
> 8 files changed, 53 insertions(+), 7 deletions(-)
> create mode 100644 gas/testsuite/gas/aarch64/f16f32mm-simd.d
> create mode 100644 gas/testsuite/gas/aarch64/f16f32mm-simd.s
>
More information about the Binutils
mailing list