diff options
author | Tamar Christina <tamar.christina@arm.com> | 2017-11-07 10:17:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-11-07 10:17:21 +0000 |
commit | 0198d5e6fc331d50dc19b7f250ac4bc510a8dbb5 (patch) | |
tree | 3251e51ec4977041bf47ac3859e59641e15a2162 /include/ChangeLog | |
parent | db84fff3f888bb3e6d51ad24b6bfa2c6e2c3a206 (diff) | |
download | gdb-0198d5e6fc331d50dc19b7f250ac4bc510a8dbb5.zip gdb-0198d5e6fc331d50dc19b7f250ac4bc510a8dbb5.tar.gz gdb-0198d5e6fc331d50dc19b7f250ac4bc510a8dbb5.tar.bz2 |
This patch similarly to the AArch64 one enables Dot Product support by default for the Cortex-A55 and Cortex-A75 which have hardware support for these instructions.
gas * config/tc-arm.c (arm_cpus):
Change FPU_ARCH_CRYPTO_NEON_VFP_ARMV8
into FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_DOTPROD.
include * opcode/arm.h (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_DOTPROD):
New macro.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 638ec43..40dfb45 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2017-11-07 Tamar Christina <tamar.christina@arm.com> + + * opcode/arm.h (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_DOTPROD): + New macro. + 2017-11-02 Siddhesh Poyarekar <siddhesh@sourceware.org> * include/opcode/aarch64.h (AARCH64_ARCH_V8_2): Drop |