diff options
author | Matthew Malcomson <matthew.malcomson@arm.com> | 2019-09-19 14:34:14 +0100 |
---|---|---|
committer | Matthew Malcomson <matthew.malcomson@arm.com> | 2019-09-19 14:34:14 +0100 |
commit | 7738ddb418335e6a9dbf00e79fb1369bd762ecd1 (patch) | |
tree | e84740647044fcbf19c4738a6c342b07c3e78000 /gas/NEWS | |
parent | 4e28d4cc5b134a4027b4103ddaf09c19b8e0230b (diff) | |
download | gdb-7738ddb418335e6a9dbf00e79fb1369bd762ecd1.zip gdb-7738ddb418335e6a9dbf00e79fb1369bd762ecd1.tar.gz gdb-7738ddb418335e6a9dbf00e79fb1369bd762ecd1.tar.bz2 |
[gas][news] NEWS (2.33) note new SVE2 and TME instructions for AArch64
These NEWS entries had been missed when the instructions were added.
gas/ChangeLog:
2019-09-19 Matthew Malcomson <matthew.malcomson@arm.com>
* NEWS: Add SVE2 and TME entries.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ Changes in 2.33: +* Add support for the Arm Scalable Vector Extension version 2 (SVE2) + instructions. + +* Add support for the Arm Transactional Memory Extension (TME) + instructions. + * Add support for the Armv8.1-M Mainline and M-profile Vector Extension (MVE) instructions. |