diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2023-03-30 11:09:10 +0100 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2023-03-30 11:09:10 +0100 |
commit | 60336e19658f1b820753ac09797f14b26e594cfa (patch) | |
tree | fa19c746ec4f0f8639a847697c59a2195f2c8826 /gas/NEWS | |
parent | 4eede8c2442115513a3f0c4f3610fbd6fe919a58 (diff) | |
download | binutils-60336e19658f1b820753ac09797f14b26e594cfa.zip binutils-60336e19658f1b820753ac09797f14b26e594cfa.tar.gz binutils-60336e19658f1b820753ac09797f14b26e594cfa.tar.bz2 |
aarch64: Add +sme2
This patch adds bare-bones support for +sme2. Later patches
fill in the rest.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ -*- text -*- +* Add SME2 support to the AArch64 port. + Changes in 2.40: * Add support for Intel RAO-INT instructions. |