diff options
author | Tamar Christina <tamar.christina@arm.com> | 2017-09-01 11:43:51 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-09-01 11:43:51 +0100 |
commit | 1c5c938ad860811644774ecea66e044110967cf2 (patch) | |
tree | 6a87c6091c3a8bd77dd7f106a90fc119d4777d2c /gas/ChangeLog | |
parent | 7e8b60085eb3e6f2c41bc0c00c0d759fa7f72780 (diff) | |
download | fsf-binutils-gdb-1c5c938ad860811644774ecea66e044110967cf2.zip fsf-binutils-gdb-1c5c938ad860811644774ecea66e044110967cf2.tar.gz fsf-binutils-gdb-1c5c938ad860811644774ecea66e044110967cf2.tar.bz2 |
Enable support for the AArch64 dot-prod instruction in the Cortex A55 and A75 cpus.
* config/tc-aarch64.c (aarch64_cpus): Enable DOTPROD for
cortex-a55 and cortx-a75.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b498d2e..318472d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2017-09-01 Tamar Christina <tamar.christina@arm.com> + + * config/tc-aarch64.c (aarch64_cpus): Enable DOTPROD for + cortex-a55 and cortx-a75. + 2017-08-30 Maciej W. Rozycki <macro@imgtec.com> * testsuite/gas/mips/branch-addend-micromips.d: New test. |